#ifndef FOO_H #define FOO_H int foo() { return 42; } #endif