Home | History | Annotate | Download | only in subdir2
      1 #include <stdio.h>
      2 
      3 void subdir2_func(void)
      4 {
      5   printf("Hello %s from subdir2/func.c\n", PROG);
      6 }
      7