pixwhile/blankie/escape.h

12 lines
158 B
C
Raw Normal View History

2023-04-03 09:32:26 +00:00
#pragma once
#include <string>
namespace blankie {
namespace html {
std::string escape(const std::string& in);
2023-04-10 14:06:27 +00:00
} // namespace html
} // namespace blankie