diff -r 284c2fc6c1cd -r 393359908179 str.h --- a/str.h Sat Jul 14 16:31:21 2012 +0300 +++ b/str.h Sat Jul 14 17:24:21 2012 +0300 @@ -132,8 +132,11 @@ // Convert string to upper case str toupper (); + // Compare this string with another int compare (const char* c); int compare (str c); + int icompare (str c); + int icompare (const char* c); // Counts the amount of substrings in the string unsigned int count (char* s);