diff options
Diffstat (limited to 'csv-test.c')
| -rw-r--r-- | csv-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 | #undef NDEBUG | ||
| 2 | |||
| 1 | #include <stdio.h> | 3 | #include <stdio.h> |
| 2 | #include <stdlib.h> | 4 | #include <stdlib.h> |
| 3 | #include <string.h> | 5 | #include <string.h> |
| @@ -6,8 +8,6 @@ | |||
| 6 | 8 | ||
| 7 | #include "csv.h" | 9 | #include "csv.h" |
| 8 | 10 | ||
| 9 | #undef NDEBUG | ||
| 10 | |||
| 11 | #define FMEMOPEN(f, data) \ | 11 | #define FMEMOPEN(f, data) \ |
| 12 | f = fmemopen(data, sizeof(data)-1, "r"); \ | 12 | f = fmemopen(data, sizeof(data)-1, "r"); \ |
| 13 | assert(f != NULL) | 13 | assert(f != NULL) |
