libcsv v0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
CSVRow Struct Reference

Structure representing a single CSV row. More...

#include <libcsv.h>

Public Attributes

char ** fields
 
int field_count
 

Detailed Description

Structure representing a single CSV row.

Member Data Documentation

◆ field_count

int CSVRow::field_count

Total number of fields in the row.

◆ fields

char** CSVRow::fields

Array of strings containing field values.


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