#include "function.h" #include void foo(void) { printf("Hello. I'm foo().\n"); } void bar(void) { printf("Hello. I'm bar().\n"); }