Previous: Searching for a substring in a NUL terminated Unicode string, Up: Elementary string functions on NUL terminated strings [Contents][Index]
The following function does one step in tokenizing a Unicode string.
Divides str into tokens separated by characters in delim.
This function is similar to strtok_r
and wcstok
, except
that it operates on Unicode strings. Its interface is actually more similar to
wcstok
than to strtok
.