#pragma once #include <string> namespace utils { std::string revstr(const std::string& original); }