#pragma once #include std::string quote(const std::string& str); void throw_system_error(const char* what); void throw_system_error(std::string what);