hello_sub_greeting.c 81 B

1234567
  1. #include <SubDirPrefix/greeting.h>
  2. int main(void)
  3. {
  4. greeting();
  5. return 0;
  6. }