1
0

testLibCycleA3.c 87 B

12
  1. extern int testLibCycleB3(void);
  2. int testLibCycleA3(void) { return testLibCycleB3(); }