Copyright Digital Equipment Corp. All rights reserved.
Searches a wide-character string for the first occurrence of one
of a specified set of wide characters.
Format
#include <wchar.h>
wchar_t *wcspbrk (const wchar_t *wstr, const wchar_t
*charset);
Function_Variants Arguments Description Return_Values