testLibCycleA1.c 89 B

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