blob: e069c692a69c916e43ed5d0e9e6a182ce76d340e [file] [log] [blame]
#include <stdio.h>
void func(void)
{
printf("Hello %s from func.c\n", PROG);
}