Create a new shareable string object.
#include <sys/strm.h>
strm_string_t* strm_string_make(const char *cstring)
BlackBerry 10.0.0
A pointer to a null-terminated string.
This function creates a new shareable string object, populating it with the string passed in the cstring argument, and returning a handle to the new string object.
A handle to the new string object.