1#ifndef COMPLETE_MACROS_H_GUARD2#define COMPLETE_MACROS_H_GUARD3 4void in_header(int);5#define MACRO_IN_HEADER 16 7#endif8