str.h

changeset 16
393359908179
parent 8
c8bfa7e6ae1b
child 66
4fc1ec88aa41
--- 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);

mercurial