Copyright Digital Equipment Corp. All rights reserved.
Locates the first occurrence of a specified wide character in an
array of wide characters.
Format
#include <wchar.h>
wchar_t wmemchr (const wchar_t *s, wchar_t c, size_t n);
Function_Variants Arguments Description Return_Values