An extremely simple csv parsing library
man | ||
src | ||
config.mk | ||
LICENSE | ||
Makefile | ||
README |
+ 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. libcsvparser is shipped as a static library only. Should you require a dynamic library, edit the Makefile.