#include "foo.h" #include "foo2.h" int foo(void) { return 0; } int foo2(void) { return 0; }