SubDirC.c 163 B

1234567891011
  1. #ifndef DEF_SubDirC1
  2. # error "DEF_SubDirC1 not defined"
  3. #endif
  4. #ifndef DEF_SubDirC2
  5. # error "DEF_SubDirC2 not defined"
  6. #endif
  7. int SubDirC(void)
  8. {
  9. return 0;
  10. }