Return a pointer to the first character of the string.
#include <sys/strm.h>
const char* strm_string_get(const strm_string_t *sstr)
BlackBerry 10.0.0
A handle to a shareable string object.
This function returns a const pointer to the first character of the string in the shareable string object referenced by the sstr argument.
A pointer to the first character of the string in the shareable string object referenced by the sstr argument.