1MEMCMP(9) Basic C Library Functions MEMCMP(9)234
NAME
6memcmp - Compare two areas of memory7
SYNOPSIS
9int memcmp(const void * cs, const void * ct, size_t count);10
ARGUMENTS
12cs13One area of memory1415ct16Another area of memory1718count19The size of the area.20
COPYRIGHT
22Kernel Hackers Manual 2.6. November 2011 MEMCMP(9)