diff options
author | Pixel <> | 2001-04-01 12:36:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-01 12:36:50 +0000 |
commit | 8212d25ba09a7fdf1938a1992022a0143d29e05b (patch) | |
tree | bedd5f49afe9d2a74cdb7436ac1bce1151fe6d0e /include/global.h | |
parent | 4837528241a8f05ce2ca1fcdf35ea60b27728fb3 (diff) |
Exceptions
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 10 |
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 |