diff options
Diffstat (limited to 'include/tsv.h')
-rw-r--r-- | include/tsv.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/tsv.h b/include/tsv.h deleted file mode 100644 index 5f6a9f6..0000000 --- a/include/tsv.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef TSV_H -#define TSV_H - -#include <better_string.h> - -typedef struct { - char *source; - unsigned int i; - char c; -} tsv_t; - -tsv_t *init_tsv(char *source); - -string_t *next_tsv(tsv_t *tsv); - -#endif |