c_strlist_s Struct Reference
[cynapses libc string functions]

Structure for a stringlist. More...

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


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 Jul 5 22:58:35 2010 for doc by  doxygen 1.6.3