wcslen(3C) DG/UX R4.11MU05 wcslen(3C)
NAME
wcslen - obtain wide character string length
SYNOPSIS
#include <wchar.h>
sizet wcslen(const wchart *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.
Licensed material--property of copyright holder(s)