testLib2.c 73 B

1234567
  1. extern int testLib1(void);
  2. int testLib2(void)
  3. {
  4. return testLib1();
  5. }