testLibCycleB1.c 89 B

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