strm_string_get()

Updated: April 19, 2023

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:

libstrm

Description:

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.