Copyright Digital Equipment Corp. All rights reserved.

memchr

   Locates the first occurrence of the specified byte within the
   initial size bytes of a given object.

   Format

     #include  <string.h>

     void *memchr  (const void *s1, int c, size_t size);
 


Additional information available:

Function_Variants               Arguments       Description     Return_Values