Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <wchar.h> wchar_t *wcsrchr(const wchar_t *ws, wint_t wc); | |
Description |
The terminating null wide character code ( | |
Return val. | Pointer to the position of wc in the wide character string ws. | |
Null pointer | if wc is not contained in the wide character string ws. | |
Notes | Restriction | |
See also |
|