Copyright Digital Equipment Corp. All rights reserved.

wmemchr

   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);
 


Additional information available:

Function_Variants               Arguments       Description     Return_Values