summaryrefslogtreecommitdiff
path: root/include/global.h
blob: 21d412d872732cdb7fa253a20671b67bf8b93b31 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __GLOBAL_H__
#define __GLOBAL_H__

#include <stdio.h>

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

#endif