Current File : //opt/alt/ruby34/share/gems/gems/rake-13.2.1/doc/example/a.c
#include <stdio.h>

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