Locates the first occurrence of characters in a string.
Standard C Library (libc.a)
The wcspbrk subroutine locates the first occurrence in the wide character string pointed to by the WcString1 parameter of any wide character from the string pointed to by the WcString2 parameter.
Item | Description |
---|---|
WcString1 | Points to a wide-character string being searched. |
WcString2 | Points to a wide-character string. |
If no wchar_t character from the WcString2 parameter occurs in the WcString1 parameter, the wcspbrk subroutine returns a pointer to the wide character, or a null value.