.TH "memcmp" 9 "memcmp" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME memcmp \- Compare two areas of memory .SH SYNOPSIS .B "int" memcmp .BI "(const void *" cs "," .BI "const void *" ct "," .BI "size_t " count ");" .SH ARGUMENTS .IP "cs" 12 One area of memory .IP "ct" 12 Another area of memory .IP "count" 12 The size of the area.