6 lines
123 B
C++
6 lines
123 B
C++
![]() |
#pragma once
|
||
|
#include <string>
|
||
|
|
||
|
std::string Preprocessor(std::string&& s);
|
||
|
std::string Preprocessor(const std::string& s);
|