summaryrefslogtreecommitdiff
path: root/exceptions.h
diff options
context:
space:
mode:
authorbiouman <biouman>2001-04-27 04:12:25 +0000
committerbiouman <biouman>2001-04-27 04:12:25 +0000
commit4db12b8121c0b32df8b8671045013c857beb191f (patch)
tree15489f56132610576bd5cd860d38d8b759f64482 /exceptions.h
Diffstat (limited to 'exceptions.h')
-rw-r--r--exceptions.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/exceptions.h b/exceptions.h
new file mode 100644
index 0000000..6f6e8c4
--- /dev/null
+++ b/exceptions.h
@@ -0,0 +1,13 @@
+#ifndef __EXCEPTIONS_H__
+#define __EXCEPTIONS_H__
+
+#include <stdio.h>
+
+char *Estrdup(char *);
+void *Emalloc(size_t);
+void exception(int, char *);
+void pushcontext(char *);
+void popcontext(void);
+void flushcontext(void);
+
+#endif