summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
new file mode 100644
index 0000000..21d412d
--- /dev/null
+++ b/include/global.h
@@ -0,0 +1,10 @@
+#ifndef __GLOBAL_H__
+#define __GLOBAL_H__
+
+#include <stdio.h>
+
+void exception(int, char *);
+char * Estrdup(char *);
+void * Emalloc(size_t);
+
+#endif