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