slackbuilds/libraries/libcsv
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
Makefile.patch libraries/libcsv: Added (a small/simple/fast CSV library) 2010-05-16 22:24:22 -05:00
README libraries/libcsv: Added (a small/simple/fast CSV library) 2010-05-16 22:24:22 -05:00
libcsv.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
libcsv.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

libcsv is a small, simple and fast CSV library written in pure ANSI C89 that 
can read and write CSV data.  It provides a straight-forward interface using 
callback functions to handle parsed fields and rows and can parse improperly 
formatted CSV files.