wcslen(3C) wcslen(3C)
NAME
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)
Copyright 1994 Novell, Inc. Page 1