.TH "strnicmp" 9 "strnicmp" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME strnicmp \- Case insensitive, length-limited string comparison .SH SYNOPSIS .B "int" strnicmp .BI "(const char *" s1 "," .BI "const char *" s2 "," .BI "size_t " len ");" .SH ARGUMENTS .IP "s1" 12 One string .IP "s2" 12 The other string .IP "len" 12 the maximum number of characters to compare