|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
Structure representing a CSV row. More...
#include <csvparser.h>
Public Attributes | |
| char ** | fields |
| Array of fields in each row. | |
| size_t | count |
| Number of fields in each row. | |
Structure representing a CSV row.
Definition at line 53 of file csvparser.h.