3 lines
87 B
C
3 lines
87 B
C
extern int testLibCycleB3(void);
|
|
int testLibCycleA3(void) { return testLibCycleB3(); }
|
extern int testLibCycleB3(void);
|
|
int testLibCycleA3(void) { return testLibCycleB3(); }
|