.\" 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 "STRNICMP" "" "06 October 2005" "" ""
.SH NAME
strnicmp \- Case insensitive, length-limited string comparison
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int strnicmp (const char * \fIs1\fB, const char * \fIs2\fB, size_t \fIlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIs1\fB\fR
One string
.TP
\fB\fIs2\fB\fR
The other string
.TP
\fB\fIlen\fB\fR
the maximum number of characters to compare