prog.c 95 B

1234567
  1. #include"subproj.h"
  2. int main(int argc, char **argv) {
  3. subproj_function();
  4. return 0;
  5. }