logmeow/misc.h

6 lines
76 B
C++

#pragma once
#include <string>
std::string quote(const std::string& str);