Copyright Digital Equipment Corp. All rights reserved.

memcmp

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


Additional information available:

Arguments       Description     Return_Value