9f9476c233dae1b45492891f20b085e1b82d3c73
+ libcsvparser
A very simple CSV parsing library
+ Usage
#include <csvparser.h>
int main() {
parse_tokens(FILE);
}
(user)$ gcc prog.c -lcsvparser -o prog
See 'man 3 libcsvparser' for more information.
+ Installation
Customize config.mk, then run 'make', followed by 'make install' as root.
Description
Languages
C
84.6%
Makefile
15.4%