Next: Copying a NUL terminated Unicode string, Previous: Iterating over a NUL terminated Unicode string, Up: Elementary string functions on NUL terminated strings [Contents][Index]
The following functions determine the length of a Unicode string.
Returns the number of units in s.
This function is similar to strlen
and wcslen
, except
that it operates on Unicode strings.
Returns the number of units in s, but at most maxlen.
This function is similar to strnlen
and wcsnlen
, except
that it operates on Unicode strings.