strm_string_get()

Return a pointer to the first character of the string

Synopsis:

#include <strm.h>

const char *strm_string_get( const strm_string_t *sstr );

Arguments:

sstr
A handle to a shareable string object.

Library:

libstrm

Description:

The function strm_string_get() returns a pointer to the first character of the string in the shareable string object referenced by the sstr argument. This string should be considered read only; your application shouldn't attempt to modify it.

Returns:

A pointer to the first character of the string in the shareable string object referenced by the sstr argument.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes