strm_string_clone()

Create a new handle to an existing shareable string object

Synopsis:

#include <strm.h>

strm_string_t *strm_string_clone( const strm_string_t *sstr );

Arguments:

sstr
A handle to a shareable string object.

Library:

libstrm

Description:

The function strm_string_clone() creates a new string handle to the shareable string object referenced by the argument sstr.

Returns:

A new handle to the shareable string handle on success, or a null pointer on failure (errno is set).

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes