prog.c 78 B

1234567
  1. #include"subproj.h"
  2. int main(void) {
  3. subproj_function();
  4. return 0;
  5. }