diff options
Diffstat (limited to 'include/error.h')
| -rw-r--r-- | include/error.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/error.h b/include/error.h new file mode 100644 index 0000000..5ae9b0d --- /dev/null +++ b/include/error.h @@ -0,0 +1,8 @@ +#pragma once + +#include <string.h> +#include <errno.h> + + +void error(const char *, ...); +void error_fatal(const char *, ...); |
