.\" 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 "STRNCMP" "" "06 October 2005" "" "" .SH NAME strncmp \- Compare two length-limited strings .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int strncmp (const char * \fIcs\fB, const char * \fIct\fB, size_t \fIcount\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcs\fB\fR One string .TP \fB\fIct\fB\fR Another string .TP \fB\fIcount\fB\fR The maximum number of bytes to compare