Pradana AUMARS d6f0b0260e Fixed easycsv_init for write mode
* 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>
2021-07-17 15:11:57 +02:00
2021-07-17 15:11:57 +02:00
2021-07-17 15:11:57 +02:00
2021-07-17 14:14:22 +02:00
2021-06-27 21:52:06 +02:00
2021-06-27 21:50:05 +02:00

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

Build requirements
------------------
* libtool
* check
* pkg-config
Description
Easy-to-use CSV parsing library for C language.
Readme 210 KiB
Languages
C 97.4%
Makefile 1.9%
M4 0.6%
Shell 0.1%