solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
Loading...
Searching...
No Matches
Public Attributes | List of all members
Row Struct Reference

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.
 

Detailed Description

Structure representing a CSV row.

Definition at line 53 of file csvparser.h.


The documentation for this struct was generated from the following file: