Query: wcslen
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wcslen(3) Library Functions Manual wcslen(3)NAMEwcslen - Finds length of wide-character stringLIBRARYStandard C Library (libc)SYNOPSIS#include <wchar.h> size_t wcslen( const wchar_t *wstr);STANDARDSInterfaces documented on this reference page conform to industry standards as follows: wcslen(): XSH5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags.PARAMETERSSpecifies the wide-character string.DESCRIPTIONThe wcslen() function returns the number of wide characters, excluding the terminating null wide character, in the string pointed to by the wstr parameter.RETURN VALUESUpon successful completion, the wcslen() function returns the number of wide characters in the string to which the wstr parameter points. [Tru64 UNIX] The function returns (size_t)-1 if *wstr is not a valid pointer.RELATED INFORMATIONFunctions: mbstowcs(3), string(3), strlen(3), wcscat(3), wcsstr(3), wcswcs(3) Others: standards(5) delim off wcslen(3)
Related Man Pages |
---|
wcsspn(3) - osf1 |
wcslen(3) - opendarwin |
wcslen(3) - x11r4 |
wcslen(3) - v7 |
wcslen(3) - plan9 |
Similar Topics in the Unix Linux Community |
---|
How do I compile a 64-bit program on SPARC?? |
Infraction for amit_27: Double Posting |
How to read extended ASCII characters from stdin? |