diff options
Diffstat (limited to 'midicsv-1.1/csv.h')
| -rw-r--r-- | midicsv-1.1/csv.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/midicsv-1.1/csv.h b/midicsv-1.1/csv.h new file mode 100644 index 0000000..6d7e54e --- /dev/null +++ b/midicsv-1.1/csv.h @@ -0,0 +1,9 @@ +/* + + CSV Parsing Function Definitions + +*/ + +extern void CSVscanInit(const char *s); +extern int CSVscanField(char **b_f, int *b_flen); +extern int CSVfieldLength; /* Length of CSV field scanned */ |
