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