Return a pointer to the first character of the string
#include <strm.h>
const char *strm_string_get( const strm_string_t *sstr );
libstrm
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.
A pointer to the first character of the string in the shareable string object referenced by the sstr argument.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |