MANPAGES
Skip Quicknav
Index
About Manpages
FAQ
Service Information
/
wheezy
/
linux-manual-3.2
/ memcmp(9)
links
permalink
package tracker
raw man page
table of contents
NAME
SYNOPSIS
ARGUMENTS
COPYRIGHT
other versions
wheezy
3.2.78-1
other sections
3 (
libfuncs
)
9 (
kernel
)
Scroll to navigation
MEMCMP(9)
Basic C Library Functions
MEMCMP(9)
NAME
¶
memcmp - Compare two areas of memory
SYNOPSIS
¶
int memcmp(const void *
cs
, const void *
ct
, size_t
count
);
ARGUMENTS
¶
cs
One area of memory
ct
Another area of memory
count
The size of the area.
COPYRIGHT
¶
March 2016
Kernel Hackers Manual 3.2.