Defined in header <cwchar> const wchar_t* wmemchr( const wchar_t* ptr, wchar_t ch, std::size_t count ); wchar_t* wmemchr( wchar_t* ptr, wchar_t ch, std::size_t count );
Locates the first occurrence of wide character ch in the initial count wide characters of the wide character array pointed to by ptr.
If count is zero, the function returns a null pointer.
Parameters
ptr - pointer to the wide character array to be examined ch - wide character