#include "a_lib.h" #include int function (void){ printf("executing the function...\n"); return 1; }