v1.1.0
This commit is contained in:
parent
2899604bdc
commit
df40d3a4c0
2
Makefile
2
Makefile
@ -7,3 +7,5 @@ all:
|
||||
install:
|
||||
install src/libcsvparser.a $(PREFIX)/lib
|
||||
install src/csvparser.h $(PREFIX)/include
|
||||
install -g 0 -o 0 -m 0644 man/libcsvparser.3 $(PREFIX)/share/man/man3
|
||||
gzip /usr/local/man/man3/libcsvparser.3
|
||||
|
@ -22,6 +22,6 @@
|
||||
|
||||
#define MAXCHAR 1000
|
||||
|
||||
int parse_tokens(char *file);
|
||||
int lcsv_list_all(char *file);
|
||||
|
||||
#endif
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define MAXCHAR 1000
|
||||
|
||||
int
|
||||
parse_tokens(char *file)
|
||||
lcsv_list_all(char *file)
|
||||
{
|
||||
|
||||
int return_value;
|
||||
|
Loading…
Reference in New Issue
Block a user