summaryrefslogtreecommitdiff
path: root/doc/rake/example/b.c
blob: 9b24aa1273f8329def1361c1981cfdedc525aefd (plain)
1
2
3
4
5
6
#include <stdio.h>

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