|
libcsv v0.1.0
|
Structure managing the state of a CSV file parser. More...
#include <libcsv.h>
Public Attributes | |
| FILE * | file |
| char | delimiter |
Structure managing the state of a CSV file parser.
| char CSVParser::delimiter |
Character used as field delimiter (e.g., ',', ';').
| FILE* CSVParser::file |
Pointer to the opened CSV file.