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