1 #include <stdio.h>
2 
func1(void)3 void func1(void)
4 {
5   printf("Hello from func1.c\n");
6 }
7