wcslen(S)
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(M)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005