Easy-to-use CSV parsing library for C language.
Go to file
Pradana AUMARS 39059b3e49 Remove unneeded variables and initialisations in easycsv_read_value
Signed-off-by: Pradana AUMARS <paumars@courrier.dev>
2021-07-16 20:57:46 +02:00
include Specify that easycsv_read_value returns heap-allocated string pointer 2021-07-16 20:24:23 +02:00
src Remove unneeded variables and initialisations in easycsv_read_value 2021-07-16 20:57:46 +02:00
tests Fix easycsv_read_value with more tests 2021-07-16 20:57:03 +02:00
LICENSE Update LICENSE 2021-06-27 21:52:06 +02:00
Makefile.am Add testing suites 2021-06-27 21:50:05 +02:00
README Update requirements for pkg-config and make check mandatory 2021-06-27 22:06:21 +02:00
bootstrap Replace configure script with bootstrap 2021-06-29 20:39:40 +02:00
configure.ac Use pkg-config instead of automake m4 macros for check 2021-06-27 22:04:43 +02:00

README

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

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