summaryrefslogtreecommitdiff
path: root/include/exceptions.h
blob: efc02f7f4fb84abc0b2f7f8fc3e49a92f961d245 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __EXCEPTIONS_H__
#define __EXCEPTIONS_H__

#include <stdio.h>

char * Estrdup(char *);
void * Emalloc(size_t);
void exception(int, char *);

#endif