diff options
author | Pixel <> | 2001-04-01 12:36:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-01 12:36:50 +0000 |
commit | 8212d25ba09a7fdf1938a1992022a0143d29e05b (patch) | |
tree | bedd5f49afe9d2a74cdb7436ac1bce1151fe6d0e /include/exceptions.h | |
parent | 4837528241a8f05ce2ca1fcdf35ea60b27728fb3 (diff) |
Exceptions
Diffstat (limited to 'include/exceptions.h')
-rw-r--r-- | include/exceptions.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/exceptions.h b/include/exceptions.h new file mode 100644 index 0000000..efc02f7 --- /dev/null +++ b/include/exceptions.h @@ -0,0 +1,10 @@ +#ifndef __EXCEPTIONS_H__ +#define __EXCEPTIONS_H__ + +#include <stdio.h> + +char * Estrdup(char *); +void * Emalloc(size_t); +void exception(int, char *); + +#endif |