diff options
Diffstat (limited to 'src/csv.c')
| -rw-r--r-- | src/csv.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #include "globals.h" +/* takes a pointer to a pointer to a csv string */ +/* the pointer pointed to will be modified, but the data it points to will not */ + char *csv_read(char **ptr) { if(!ptr) |