DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

wcslen(3C)


wcslen -- obtain wide character string length

Synopsis

#include <wchar.h>

size_t wcslen(const wchar_t *ws);

Description

wcslen returns the number of wide characters in wide character string ws, not including the terminating null wide character.

Return values

wcslen returns the length of the string.

Refeerences

wchar(5)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004