From 8212d25ba09a7fdf1938a1992022a0143d29e05b Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Sun, 1 Apr 2001 12:36:50 +0000 Subject: Exceptions --- include/exceptions.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/exceptions.h (limited to 'include/exceptions.h') diff --git a/include/exceptions.h b/include/exceptions.h new file mode 100644 index 0000000..efc02f7 --- /dev/null +++ b/include/exceptions.h @@ -0,0 +1,10 @@ +#ifndef __EXCEPTIONS_H__ +#define __EXCEPTIONS_H__ + +#include + +char * Estrdup(char *); +void * Emalloc(size_t); +void exception(int, char *); + +#endif -- cgit v1.2.3