Copyright Digital Equipment Corp. All rights reserved.
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);
Function_Variants Arguments Description Return_Values