'\" t .\" Title: memcmp .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: Basic C Library Functions .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "MEMCMP" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "Basic C Library Functions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" memcmp \- Compare two areas of memory .SH "SYNOPSIS" .HP \w'__visible\ int\ memcmp('u .BI "__visible int memcmp(const\ void\ *\ " "cs" ", const\ void\ *\ " "ct" ", size_t\ " "count" ");" .SH "ARGUMENTS" .PP \fIcs\fR .RS 4 One area of memory .RE .PP \fIct\fR .RS 4 Another area of memory .RE .PP \fIcount\fR .RS 4 The size of the area\&. .RE .SH "COPYRIGHT" .br