Updated: October 28, 2024 |
Return a pointer to the string in a shareable string
#include <sys/strm.h>
const char* strm_string_get(const strm_string_t *sstr)
This function returns a pointer to the string in the shareable string referenced by sstr.
A pointer to the first character of the string in the specified shareable string.