NAME
wcslen
—
find length of a wide string
SYNOPSIS
#include
<wchar.h>
size_t
wcslen
(const
wchar_t *s);
DESCRIPTION
The
wcslen
()
function computes the length of the wide string s.
RETURN VALUES
The wcslen
() function returns the number
of wide characters that precede the terminating null wide character.
SEE ALSO
STANDARDS
The wcslen
() function conforms to
ISO/IEC 9899:1999 (“ISO C99”)
and was first introduced in ISO/IEC 9899/AMD1:1995
(“ISO C90, Amendment 1”).
HISTORY
The wcslen
() function was ported from
NetBSD and first appeared in
OpenBSD 3.8.