good_guard.h 68 B

123456
  1. #ifndef GUARD_MACRO_H
  2. #define GUARD_MACRO_H
  3. int bar(void);
  4. #endif