7.24.4.6.1 The wcslen function
Synopsis
#include <wchar.h>
size_t wcslen(const wchar_t *s);
Description
The wcslen function computes the length of the wide string pointed to by s.
Returns
The wcslen function returns the number of wide characters that precede the terminating null wide character.