|
libcsv v0.1.0
|
Structure representing a single CSV row. More...
#include <libcsv.h>
Public Attributes | |
| char ** | fields |
| int | field_count |
Structure representing a single CSV row.
| int CSVRow::field_count |
Total number of fields in the row.
| char** CSVRow::fields |
Array of strings containing field values.