wcscspn(3C) SDK R4.11 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
wcsspn(3C)
Licensed material--property of copyright holder(s)