Easy-to-use CSV parsing library for C language.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Pradana AUMARS a8480a2fcf Comment bugged _priv->fp malloc and fix malloc of easycsv *csv in easycsv_init 2 years ago
src Comment bugged _priv->fp malloc and fix malloc of easycsv *csv in easycsv_init 2 years ago
tests Skip constructor write mode 2 years ago
LICENSE Update LICENSE 2 years ago
Makefile.am Add testing suites 2 years ago
README Update requirements for pkg-config and make check mandatory 2 years ago
bootstrap Replace configure script with bootstrap 2 years ago
configure.ac Use pkg-config instead of automake m4 macros for check 2 years ago

README

Easy-to-use CSV parsing shared library for C language.

Build requirements
------------------
* libtool
* check
* pkg-config