#ifndef __GLOBAL_H__ #define __GLOBAL_H__ #include void exception(int, char *); char * Estrdup(char *); void * Emalloc(size_t); #endif