Manpage of WCSLEN

Google
Web www.fiveanddime.net

WCSLEN

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

6.14 `wcslen'--get wide-character string length

 

SYNOPSIS


     #include <wchar.h>
     size_t wcslen(const wchar_t *S);  

DESCRIPTION

The `wcslen' function computes the number of wide-character codes in the wide-character string to which S points, not including the terminating null wide-character code.

 

RETURNS

The `wcslen' function returns the length of S; no return value is reserved to indicate an error.

 

PORTABILITY

`wcslen' is ISO/IEC 9899/AMD1:1995 (ISO C). No supporting OS subroutines are required.

 

SEE ALSO

wcslen is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:34 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net