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