use ToLower() instead of calling std::transform explicitly all the time

This commit is contained in:
unK
2008-09-29 00:11:00 +02:00
parent dbe0480db5
commit 0a210a8896
6 changed files with 34 additions and 27 deletions

View File

@@ -30,6 +30,8 @@ using std::string;
int Abs(int);
void ToLower(string &);
int StrToInt(string);
string IntoStr(int);