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