summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPixel <>2001-03-29 23:40:57 +0000
committerPixel <>2001-03-29 23:40:57 +0000
commit80fdb0714b75cb240d8b8068d718b915f1904110 (patch)
tree113acad9045d0ad77ba4660ac0540dfc3e5ced8c /include/global.h
First.start
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