1 #include <stdio.h> 2 subdir1_func(void)3 void subdir1_func(void) 4 { 5 printf("Hello %s from subdir1/func.c\n", PROG); 6 } 7