From 3b37a00a4be251f87e543d269489cb7a989425d5 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 28 Apr 2001 21:40:25 +0000 Subject: Hop, gros bordel, plein de fichiers ajoutes et supprimes :) --- include/exceptions.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/exceptions.h (limited to 'include/exceptions.h') diff --git a/include/exceptions.h b/include/exceptions.h new file mode 100644 index 0000000..6f6e8c4 --- /dev/null +++ b/include/exceptions.h @@ -0,0 +1,13 @@ +#ifndef __EXCEPTIONS_H__ +#define __EXCEPTIONS_H__ + +#include + +char *Estrdup(char *); +void *Emalloc(size_t); +void exception(int, char *); +void pushcontext(char *); +void popcontext(void); +void flushcontext(void); + +#endif -- cgit v1.2.3