1 #include <stdio.h> file1(void)2 void file1(void) 3 { 4 printf("Control in function %s\n", __func__); 5 } 6