HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

      int strnicmp( const char *str1, const char *str2, size_t maxlen )


       - prototype in string.h

       - compares str1 to str2 up to maxlen chars ignoring case

       - returns < 0 if str1 < str2
                 = 0 if str1 = str2
                 > 0 if str1 > str2

         using a signed comparison

Esc or Alt-X to exit strnicmp Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann