joke-weather-app/error.h
Keyemail a2216dbcdc yes
2023-07-14 02:06:16 -07:00

11 lines
120 B
C++
Executable file

#ifndef _error_h
#define _error_h
#include <string>
void error(std::string msg);
void stop(std::string msg);
#endif