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()
15       function. It determines the length of the wide-character string pointed
16       to by s, not including the terminating L'\0' character.
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
27
28
29GNU                               1999-07-25                         WCSLEN(3)
Impressum