|
libRoadRunner C API
1.0.0
|
Structure for a simple vector of strings. More...
#include <rrc_types.h>
Data Fields | |
| int | Count |
| char ** | String |
Structure for a simple vector of strings.
| int Count |
The number of elements in the string array
| char** String |
Points to an array of string items
1.8.5