LIBRAAPI const char * ra_value_get_string (value_handle vh);
LIBRAAPI const char * ra_value_get_string
vh
value-handle
This function returns a character pointer to the string set in vh. The pointer is valid until vh is used in another function or vh is freed.
value.c