#ifndef common_h #define common_h #define EXIT(x) system_stop(__FILE__,__LINE__,x) void system_start (void); void system_stop (char* file, int line, int x); #endif // common_h