#include #include extern void f1(); void use_s1(void) { // printf("calling function f1"); f1(); }