Easy-to-use CSV parsing library for C language.
Pradana AUMARS
d6f0b0260e
* easycsv fp member is now char buffer array * csv_exist now has correct bool value * easycsv_init now returns NULL if malloc fails or csv file is empty in read mode * easycsv_free now properly destroys csv Signed-off-by: Pradana AUMARS <paumars@courrier.dev> |
||
---|---|---|
include | ||
src | ||
tests | ||
bootstrap | ||
configure.ac | ||
LICENSE | ||
Makefile.am | ||
README |
Easy-to-use CSV parsing shared library for C language. Build requirements ------------------ * libtool * check * pkg-config