imp_lib1.c 72 B

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