snoopy/include/error.h

6 lines
68 B
C
Raw Permalink Normal View History

2023-02-20 02:19:28 +01:00
#pragma once
#include <iostream>
2023-02-20 02:19:28 +01:00
void error(const char* message);