diff options
Diffstat (limited to 'source/storage/csv_reader.c')
| -rw-r--r-- | source/storage/csv_reader.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/storage/csv_reader.c b/source/storage/csv_reader.c index e69de29..6023a3a 100644 --- a/source/storage/csv_reader.c +++ b/source/storage/csv_reader.c | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #if 1 | ||
| 2 | #include <stdio.h> | ||
| 3 | #endif | ||
| 4 | |||
| 5 | internal void | ||
| 6 | read_csv(string8 buffer) | ||
| 7 | { | ||
| 8 | printf("\nsize:%lu\ndata %s\n", buffer.size, buffer.data); | ||
| 9 | } | ||
