Create a new shareable string object
#include <strm.h>
strm_string_t *strm_string_make( const char *cstring );
libstrm
The function strm_string_make() 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.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |