Name

wcslen function — Gets length of a wide string

Synopsis

size_t wcslen(const wchar_t* str)

The wcslen function returns the number of wide characters (not including the terminating null wide character) in str.