strm_string_make()

Create a new shareable string object

Synopsis:

#include <strm.h>

strm_string_t *strm_string_make( const char *cstring );

Arguments:

cstring
A pointer to a null-terminated string.

Library:

libstrm

Description:

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.

Returns:

A handle to the new string object.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes