From afad3a70053e2320b72b60fc060f2ba211ad2f15 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Wed, 22 Mar 2017 12:21:23 -0500 Subject: Add error handling functions. --- src/ourerr.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/ourerr.hpp (limited to 'src/ourerr.hpp') diff --git a/src/ourerr.hpp b/src/ourerr.hpp new file mode 100644 index 0000000..d405e06 --- /dev/null +++ b/src/ourerr.hpp @@ -0,0 +1,8 @@ +#ifndef ourerr_INC +#define ourerr_INC +void err_ret ( const char *fmt, ... ); +void err_sys ( const char *fmt, ... ); +void err_dump ( const char *fmt, ... ); +void err_msg ( const char *fmt, ... ); +void err_quit ( const char *fmt, ... ); +#endif /* ----- #ifndef ourerr_INC ----- */ -- cgit v1.1