pixwhile/misc.h

8 lines
162 B
C
Raw Normal View History

2023-04-03 08:57:51 +00:00
#pragma once
#include <string>
std::string quote(const std::string& str);
void throw_system_error(const char* what);
void throw_system_error(std::string what);