Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

仓库 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.

关于

Simple CSV parser written in C

Resources

Stars

6 stars

关注者

1 watching

复刻s

发布

贡献者

Languages