![]() -> Click here to learn how to get live help <- |
WCSRCHRIndexNAMEwcsrchr - search a wide character in a wide-character stringSYNOPSIS#include <wchar.h> wchar_t *wcsrchr(const wchar_t *wcs, wchar_t wc); DESCRIPTIONThe fBwcsrchrfP function is the wide-character equivalent of the fBstrrchrfP function. It searches the last occurrence of fIwcfP in the wide-character string pointed to by fIwcsfP.RETURN VALUEThe fBwcsrchrfP function returns a pointer to the last occurrence of fIwcfP in the wide-character string pointed to by fIwcsfP, or NULL if fIwcfP does not occur in the string.CONFORMING TOISO/ANSI C, UNIX98SEE ALSOstrrchr(3), wcschr(3)
Index |