Copyright Digital Equipment Corp. All rights reserved.
Compares two objects, byte by byte. The compare operation starts
with the first byte in each object.
Format
#include <string.h>
int memcmp (const void *s1, const void *s2, size_t size);
Arguments Description Return_Value