#include <rgma.h>
Data Fields | |
int | numStrings |
char ** | string |
It is allocated on the heap and you should call RGMA_freeStringList to free it when it is no longer required.
|
Number of strings in the list. |
|
List of strings. |