.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "MEMCMP" "" "06 October 2005" "" ""
.SH NAME
memcmp \- Compare two areas of memory
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int memcmp (const void * \fIcs\fB, const void * \fIct\fB, size_t \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcs\fB\fR
One area of memory
.TP
\fB\fIct\fB\fR
Another area of memory
.TP
\fB\fIcount\fB\fR
The size of the area.