wcscspn(3C) wcscspn(3C)
NAME
wcscspn - get length of complementary wide substring
SYNOPSIS
#include <wchar.h>
size_t wcscspn(const wchar_t *ws1, const wchar_t *ws2);
DESCRIPTION
wcscspn determines the length of the maximum initial segment
of the wide string pointed to by ws1. This string consists
entirely of wide characters not included in the string pointed
to by ws2.
Return Values
wcscspn returns the length of the segment.
REFERENCES
wchar(5), wcsspn(3C)
Copyright 1994 Novell, Inc. Page 1