OMGPL/include/preprocessor.hpp
2021-12-09 19:33:51 +03:00

6 lines
123 B
C++

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