1. NAME

strnicmp - Case insensitive, length-limited string comparison

2. SYNOPSIS

int strnicmp(const char *  s1 , const char *  s2 , size_t  len );

3. ARGUMENTS

s1
    One string

s2
    The other string

len
    the maximum number of characters to compare

4. COPYRIGHT