.\" 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 "STRCMP" "9" "09 October 2005" "" "" .SH NAME strcmp \- Compare two strings .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int strcmp (const char * \fIcs\fB, const char * \fIct\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcs\fB\fR One string .TP \fB\fIct\fB\fR Another string .SH "DESCRIPTION" .PP returns 0 if \fIcs\fR and \fIct\fR are equal, < 0 if \fIcs\fR is less than \fIct\fR > 0 if \fIcs\fR is greater than \fIct\fR