#include <src/std/c_string.h>
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 49 of file c_string.h.
Data Fields | |
| size_t | count |
| size_t | size |
| char ** | vector |
| char** c_strlist_s::vector |
1.5.6