#pragma once #include std::string Preprocessor(std::string&& s); std::string Preprocessor(const std::string& s);