diff options
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 |