foo.h 60 Bytes Raw Blame History Permalink 1 2 3 4 #ifndef FOO_H #define FOO_H int foo() { return 42; } #endif