1 2 3 4 5 6 7 8 9 10 11 12
#ifndef HPC_FOO_H #define HPC_FOO_H 1 #include <cstdio> void foo() { std::printf("foo!\n"); } #endif // HPC_FOO_H