summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPixel <>2001-04-01 12:36:50 +0000
committerPixel <>2001-04-01 12:36:50 +0000
commit8212d25ba09a7fdf1938a1992022a0143d29e05b (patch)
treebedd5f49afe9d2a74cdb7436ac1bce1151fe6d0e /include/global.h
parent4837528241a8f05ce2ca1fcdf35ea60b27728fb3 (diff)
Exceptions
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h10
1 files changed, 0 insertions, 10 deletions
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 <stdio.h>
-
-void exception(int, char *);
-char * Estrdup(char *);
-void * Emalloc(size_t);
-
-#endif