Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 299 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 299 Bytes

Just a simple C function for parsing CSV. License: MIT.


Documentation

char **parse_csv( const char *line );

Returns a NULL-terminated array of strings encoded in the indicated line of CSV.

Returns NULL if there was insufficient RAM or if the line is not property encoded CSV.