diff options
Diffstat (limited to 'csv-test.c')
| -rw-r--r-- | csv-test.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/csv-test.c b/csv-test.c new file mode 100644 index 0000000..9491153 --- /dev/null +++ b/csv-test.c | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #include <stdio.h> | ||
| 2 | #include <stdlib.h> | ||
| 3 | #include <assert.h> | ||
| 4 | |||
| 5 | #include "csv.h" | ||
| 6 | |||
| 7 | int | ||
| 8 | main(void) | ||
| 9 | { | ||
| 10 | return EXIT_SUCCESS; | ||
| 11 | } | ||
