Info to guess CSV layout. More...
Data Fields | |
int | nlines |
int | hist [256] |
Info to guess CSV layout.
Definition at line 62 of file csvtable.c.
int csv_guess_fmt::hist[256] |
Definition at line 64 of file csvtable.c.
Referenced by csv_getline(), and csv_guess().
int csv_guess_fmt::nlines |
Definition at line 63 of file csvtable.c.
Referenced by csv_getline(), and csv_guess().