1 #ifndef _HEADERGUARD_H_ 2 #define _HEADERGUARD_H_ 3 #include "HeaderGuardSub1.h" 4 #include "HeaderGuardSub2.h" 5 #include "HeaderGuardSubSub.h" 6 #endif // _HEADERGUARD_H_ 7
1 #ifndef _HEADERGUARD_H_ 2 #define _HEADERGUARD_H_ 3 #include "HeaderGuardSub1.h" 4 #include "HeaderGuardSub2.h" 5 #include "HeaderGuardSubSub.h" 6 #endif // _HEADERGUARD_H_ 7