Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
wcspbrk(3)
Edit
PageHistory
Diff
Info
LikePages
WCSPBRK !!!WCSPBRK NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME wcspbrk - search a wide-character string for any of a set of wide characters !!SYNOPSIS __#include __''wcs''__, const wchar_t *__''accept''__); __ !!DESCRIPTION The __wcspbrk__ function is the wide-character equivalent of the __strpbrk__ function. It searches for the first occurrence in the wide-character string pointed to by ''wcs'' of any of the characters in the wide-character string pointed to by ''accept''. !!RETURN VALUE The __wcspbrk__ function returns a pointer to the first occurrence in ''wcs'' of any of the characters listed in ''accept''. If ''wcs'' contains none of these characters, NULL is returned. !!CONFORMING TO ISO/ANSI C, UNIX98 !!SEE ALSO strpbrk(3), wcscspn(3), wcschr(3) ----
3 pages link to
wcspbrk(3)
:
Man3w
wcschr(3)
wcscspn(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.