OMGPL/include/preprocessor.hpp

6 lines
123 B
C++
Raw Permalink Normal View History

2021-12-09 16:33:51 +00:00
#pragma once
#include <string>
std::string Preprocessor(std::string&& s);
std::string Preprocessor(const std::string& s);