init
This commit is contained in:
7
include/csvparser.h
Normal file
7
include/csvparser.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef CSVPARSER_H_
|
||||
#define CSVPARSER_H_
|
||||
|
||||
/* Functions */
|
||||
int parse_tokens(char *file);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user