*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> wcslen (3)              
Title
Content
Arch
Section
 

WCSLEN(3)

Contents


NAME    [Toc]    [Back]

       wcslen - determine the length of a wide-character string

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       size_t wcslen (const wchar_t *s);

DESCRIPTION    [Toc]    [Back]

       The  wcslen  function  is  the  wide-character equivalent of the strlen
       function. It determines the length of the wide-character string pointed
       to by s, not including the terminating L'\0' character.

RETURN VALUE    [Toc]    [Back]

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

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       strlen(3)



GNU				  1999-07-25			     WCSLEN(3)
[ Back ]
 Similar pages
Name OS Title
wcsnlen Linux determine the length of a fixed-size wide-character string
wcslen Tru64 Find length of wide-character string
wcswidth Linux determine columns needed for a fixed-size wide character string
mbrlen Tru64 Determine the length in bytes of a multibyte character
mblen Tru64 Determine the length in bytes of a multibyte character
strnlen Linux determine the length of a fixed-size string
iswctype Tru64 Determine the properties of a wide character
wcwidth Linux determine columns needed for a wide character
wcswidth Tru64 Determine the display width of wide-character strings
mbsrtowcs NetBSD converts a multibyte character string to a wide character string (restartable)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service