#ifndef REVSTRP_INCLUDED # define REVSTR_INCLUDED #include namespace utils { std::string revstr(const std::string& original); } #endif // REVSTR_INCLUDED