1 #ifndef E_H 2 #define E_H 3 #define HEADER "a.h" 4 #include HEADER 5 #include "b.h" 6 const int e = a*b; 7 #endif 8