00001 #include <stdio.h> 00002 00003 void a() 00004 { 00005 printf ("In function a\n"); 00006 } 00007