testLibCycleA3.c 89 B

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