Online 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
[helppc.bosbyte.nl] strnicmp Home Back Topics