#include #include "foo.h" int foo() { printf("I am foo\n"); return 0; }