GitHub - matz/csv_parser: Simple CSV parser written in C · GitHub
Skip to content

matz/csv_parser

 
 

Folders and files

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

No releases published

Packages

Contributors

Languages

  • C 98.4%
  • Makefile 1.6%