testLibCycleA2.c 89 B

12345
  1. extern int testLibCycleB2(void);
  2. int testLibCycleA2(void)
  3. {
  4. return testLibCycleB2();
  5. }