Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple CSV parser written in C

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages