1 #ifndef COMPLETE_MACROS_H_GUARD
2 #define COMPLETE_MACROS_H_GUARD
3 
4 void in_header(int);
5 #define MACRO_IN_HEADER 1
6 
7 #endif
8