Create a new handle to an existing shareable string object
#include <strm.h>
strm_string_t *strm_string_clone( const strm_string_t *sstr );
libstrm
The function strm_string_clone() creates a new string handle to the shareable string object referenced by the argument sstr.
A new handle to the shareable string handle on success, or a null pointer on failure (errno is set).
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |