why doesn't i work today
This commit is contained in:
@@ -31,4 +31,12 @@ void safe_exit(int code) {
|
||||
}
|
||||
|
||||
exit(code);
|
||||
}
|
||||
|
||||
std::string bool_to_string(bool bool_in) {
|
||||
if (bool_in) {
|
||||
return "true";
|
||||
} else {
|
||||
return "false";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user