testLibCycleB2.c 89 B

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