wcslen - get wide-character string length
#include <wchar.h> size_t wcslen(const wchar_t *ws);
The wcslen() function computes the number of wide-character codes in the wide-character string to which ws points, not including the terminating null wide-character code.
The wcslen() function returns the length of ws; no return value is reserved to indicate an error.
No errors are defined.
None.
None.
None.
<wchar.h>.
Derived from the MSE working draft.