doc
Data Fields

#include <src/std/c_string.h>

Data Fields

size_t count
 
size_t size
 
char ** vector
 

Detailed Description

Structure for a stringlist.

Using a for loop you can access the strings saved in the vector.

c_strlist_t strlist; int i; for (i = 0; i < strlist->count; i++) { printf("value: %s", strlist->vector[i]; }

Definition at line 53 of file c_string.h.


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