1WCSLEN(3)                  Linux Programmer's Manual                 WCSLEN(3)
2
3
4

NAME

6       wcslen - determine the length of a wide-character string
7

SYNOPSIS

9       #include <wchar.h>
10
11       size_t wcslen(const wchar_t *s);
12

DESCRIPTION

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

RETURN VALUE

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

CONFORMING TO

22       C99.
23

SEE ALSO

25       strlen(3)
26

COLOPHON

28       This  page  is  part of release 3.53 of the Linux man-pages project.  A
29       description of the project, and information about reporting  bugs,  can
30       be found at http://www.kernel.org/doc/man-pages/.
31
32
33
34GNU                               2011-09-28                         WCSLEN(3)
Impressum