#include "lstring.h" void locale::toLowerCase(std::string &str) { for (unsigned int i=0; i='A' && c<='Z') str[i]=c+'a'-'A'; } }