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