DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

wcspbrk(3C)


wcspbrk -- scan a wide character string for wide characters

Synopsis

   #include <wchar.h>
   

wchar_t *wcspbrk(const wchar_t *ws1, const wchar_t *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

wchar(5), wcschr(3C), wcsrchr(3C)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004