#include "fun1.h" int fun1() { printf("Hello from FN1\n"); // fun2(); return 0; }