Updated: October 28, 2024 |
Create a new shareable string containing a copy of the provided string
#include <sys/strm.h>
strm_string_t* strm_string_make(const char *cstring)
This function creates a new shareable string, populating it with the string passed in cstring, and returns a handle to the new object.
A handle to the new shareable string.