diff options
Diffstat (limited to 'index.c')
| -rw-r--r-- | index.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +/* + * index.c: create and collate index data structures + */ + +#include <stdio.h> +#include <stdlib.h> +#include "buttress.h" + |