Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
wcsrchr(3)
Edit
PageHistory
Diff
Info
LikePages
WCSRCHR !!!WCSRCHR NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME wcsrchr - search a wide character in a wide-character string !!SYNOPSIS __#include __''wcs''__, wchar_t__ ''wc''__); __ !!DESCRIPTION The __wcsrchr__ function is the wide-character equivalent of the __strrchr__ function. It searches the last occurrence of ''wc'' in the wide-character string pointed to by ''wcs''. !!RETURN VALUE The __wcsrchr__ function returns a pointer to the last 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 strrchr(3), wcschr(3) ----
2 pages link to
wcsrchr(3)
:
Man3w
wcschr(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.