imp_lib1.c 67 B

123456
  1. #include "testLib2.h"
  2. int imp_lib1(void)
  3. {
  4. return testLib2();
  5. }