testLib2.c 71 B

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