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