wcsspn(3C) DG/UX R4.11MU05 wcsspn(3C)
NAME
wcsspn - obtain the length of a wide substring
SYNOPSIS
#include <wchar.h>
sizet wcsspn(const wchart *ws1, const wchart *ws2);
DESCRIPTION
wcsspn returns the length of the initial segment of the wide string
ws1, which consists entirely of the wide characters from the wide
string ws2.
Return Values
wcsspn returns the length of the segment.
REFERENCES
wcscspn(3C)
Licensed material--property of copyright holder(s)