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