strdup
fn
string strdup(string str = null)Duplicates a string. If str is NULL it returns NULL.
Parameters
str | the string to duplicate |
Returns
a newly-allocated copy of str
string strdup(string str = null)Duplicates a string. If str is NULL it returns NULL.
str | the string to duplicate |