libRoadRunner C API
1.0.0
|
Utility rountines to deal with the string array type. More...
Functions | |
int | getNumberOfStringElements (const RRStringArrayPtr list) |
Returns the length of a string array. More... | |
char * | getStringElement (RRStringArrayPtr list, int index) |
Returns the indexth element from the string array in the argument value. More... | |
Utility rountines to deal with the string array type.
int getNumberOfStringElements | ( | const RRStringArrayPtr | list | ) |
Returns the length of a string array.
char* getStringElement | ( | RRStringArrayPtr | list, |
int | index | ||
) |
Returns the indexth element from the string array in the argument value.