Next: Searching for a character in a NUL terminated Unicode string, Previous: Comparing NUL terminated Unicode strings, Up: Elementary string functions on NUL terminated strings [Contents][Index]
The following function allocates a duplicate of a Unicode string.
Duplicates s, returning an identical malloc’d string.
This function is similar to strdup
and wcsdup
, except
that it operates on Unicode strings.