Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <wchar.h> wchar_t *wmemchr( const wchar_t *ws, wchar_t *wc, size_t n); The | |
Return val. | Pointer to the position of wc in ws | |
if successful, | ||
NULL pointer | otherwise. | |
Notes | This version of the C runtime system only supports one-byte characters as wide character The following two prototypes of the wchar_t* wmemchr( wchar_t *ws, wchar_t *wc, size_t n); | |
See also | memchr, wcsstr, wmemcmp, wmemcpy |