blob: b8e6a06951c98722599128e0c3fbad49e3d16d68 [file] [log] [blame]
#include <stdio.h>
void func1(void)
{
printf("Hello from func1.c\n");
}