c_strlist_s Struct Reference
[cynapses libc string functions]

#include <src/std/c_string.h>


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 49 of file c_string.h.


Data Fields

size_t count
size_t size
char ** vector

Field Documentation

The string vector.

Definition at line 51 of file c_string.h.


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

Generated on Mon May 4 17:43:41 2009 for doc by  doxygen 1.5.6