cycle1.h 74 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef CYCLE1 #define CYCLE1 #include "cycle2.h" struct C1 {}; #endif