1
0

testLibCycleB1.c 87 B

12
  1. extern int testLibCycleA2(void);
  2. int testLibCycleB1(void) { return testLibCycleA2(); }