diff options
Diffstat (limited to 'csv.h')
| -rw-r--r-- | csv.h | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -1,5 +1,4 @@ | |||
| 1 | #ifndef ITS1_CSV_H_INCLUDED | 1 | #pragma once |
| 2 | #define ITS1_CSV_H_INCLUDED | ||
| 3 | 2 | ||
| 4 | #include <stdio.h> /* FILE */ | 3 | #include <stdio.h> /* FILE */ |
| 5 | #include <stddef.h> /* size_t */ | 4 | #include <stddef.h> /* size_t */ |
| @@ -71,5 +70,3 @@ const char * csv_err_str(csv_err_t csv_err); | |||
| 71 | #ifdef __cplusplus | 70 | #ifdef __cplusplus |
| 72 | } | 71 | } |
| 73 | #endif | 72 | #endif |
| 74 | |||
| 75 | #endif | ||
