1 #ifndef FOO_H 2 #define FOO_H 3 4 extern int foo(int x); 5 extern int foo2(int x); 6 7 #endif /* FOO_H */ 8