testLib2.c 63 B

1234
  1. extern int testLib1();
  2. int testLib2() { return testLib1(); }