1 2 3 4 5 6 7 8
#ifndef OBJE # error "OBJE is not defined, but should be" #endif extern int e_dep(void); int e_obj(void) { return e_dep(); }