libwchar2 0.0.10
wcslen manual

wcslen - determine the length of a wide-character string

The wcslen() function is the wide-character equivalent of the strlen(3) function. It determines the length of the wide-character string pointed to by s, excluding the terminating null wide character L'\0'.

Return Value

The wcslen() function returns the number of wide characters in s.

See example

See also
https://github.com/ClnViewer/LibWchar2/blob/master/test/test_wcslen.c

LibWchar2 information
Version
libwchar2 0.0.10
Date
Wed Aug 22 2018
Author
(c) PS 2018-2018
Manual author and license