Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
wcschr(3)
Edit
PageHistory
Diff
Info
LikePages
WCSCHR !!!WCSCHR NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME wcschr - search a wide character in a wide-character string !!SYNOPSIS __#include __''wcs''__, wchar_t__ ''wc''__); __ !!DESCRIPTION The __wcschr__ function is the wide-character equivalent of the __strchr__ function. It searches the first occurrence of ''wc'' in the wide-character string pointed to by ''wcs''. !!RETURN VALUE The __wcschr__ function returns a pointer to the first occurrence of ''wc'' in the wide-character string pointed to by ''wcs'', or NULL if ''wc'' does not occur in the string. !!CONFORMING TO ISO/ANSI C, UNIX98 !!SEE ALSO strchr(3), wcsrchr(3), wcspbrk(3), wcsstr(3), wmemchr(3) ----
6 pages link to
wcschr(3)
:
Man3w
wcspbrk(3)
wcsrchr(3)
wcsstr(3)
wcstok(3)
wmemchr(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.