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