wcscspn(3C) DG/UX R4.11MU05 wcscspn(3C)
NAME
wcscspn - get length of complementary wide substring
SYNOPSIS
#include <wchar.h>
sizet wcscspn(const wchart *ws1, const wchart *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)