a.c   [plain text]


#include <stdio.h>

void a()
{
    printf ("In function a\n");
}