3 lines
87 B
C
3 lines
87 B
C
extern int testLibCycleA2(void);
|
|
int testLibCycleB1(void) { return testLibCycleA2(); }
|
extern int testLibCycleA2(void);
|
|
int testLibCycleB1(void) { return testLibCycleA2(); }
|