#ifndef UTILS_H #define UTILS_H #include char toLowerCase(char c); bool equalsIgnoreCase(const std::string &a, const std::string &b); #endif //UTILS_H