wcspbrk(3C) SDK R4.11 wcspbrk(3C)
NAME
wcspbrk - scan a wide character string for wide characters
SYNOPSIS
#include <wchar.h>
wchart *wcspbrk(const wchart *ws1, const wchart *ws2);
DESCRIPTION
wcspbrk returns a pointer to the first occurrence in the wide string
ws1 of any wide character from the wide string ws2, or a null pointer
if there is no wide character from ws2 in ws1.
Return Values
On completion, wcspbrk returns a pointer to the first wide character,
or a null pointer if no wide character from ws2 is found in ws1.
REFERENCES
wcschr(3C), wcsrchr(3C)
Licensed material--property of copyright holder(s)