1#include <stdio.h>
2
3void a()
4{
5    printf ("In function a\n");
6}
7