b.h 56 Bytes Raw Blame History Permalink 1 2 3 4 5 #ifndef B_H #define B_H #include "a.h" void b(); #endif