diff -r 2b75b0bac4db -r 0005527cad62 str.h --- a/str.h Fri Jul 13 20:35:18 2012 +0300 +++ b/str.h Sat Jul 14 01:49:32 2012 +0300 @@ -137,6 +137,13 @@ int compare (const char* c); int compare (str c); + // Counts the amount of substrings in the string + unsigned int count (char* s); + +#if 0 + str** split (char* del); +#endif + // ====================================================================== // OPERATORS str operator + (str& c);