strm_string_get()
Return a pointer to the string in a shareable string
Synopsis:
#include <sys/strm.h>
const char* strm_string_get(const strm_string_t *sstr)
Arguments:
- sstr
- A handle to a shareable string.
Library:
libstrmDescription:
This function returns a pointer to the string in the shareable string referenced by sstr.
Returns:
A pointer to the first character of the string in the specified shareable string.
Page updated:
