summaryrefslogtreecommitdiffstats
path: root/libraries/libcsv/README
blob: 3807591eabf106610266082ef0a338386b4266b8 (plain)
1
2
3
4
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.