wcsspn(3C) wcsspn(3C)
NAME
wcsspn - obtain the length of a wide substring
SYNOPSIS
#include <wchar.h>
size_t wcsspn(const wchar_t *ws1, const wchar_t *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
wchar(5), wcscspn(3C)
Copyright 1994 Novell, Inc. Page 1