This commit is contained in:
2023-10-19 08:33:26 -04:00
commit 9f9476c233
6 changed files with 92 additions and 0 deletions

19
README Normal file
View File

@@ -0,0 +1,19 @@
+ libcsvparser
A very simple CSV parsing library
+ Usage
#include <csvparser.h>
int main() {
parse_tokens(FILE);
}
(user)$ gcc prog.c -lcsvparser -o prog
See 'man 3 libcsvparser' for more information.
+ Installation
Customize config.mk, then run 'make', followed by 'make install' as root.