refStringNew
fn
string refStringNew(string str)Creates a new reference counted string and copies the contents of str into it.
Parameters
str | a NUL-terminated string |
Returns
the newly created reference counted string
string refStringNew(string str)Creates a new reference counted string and copies the contents of str into it.
str | a NUL-terminated string |