6 lines
89 B
C
6 lines
89 B
C
extern int testLibCycleB2(void);
|
|
int testLibCycleA2(void)
|
|
{
|
|
return testLibCycleB2();
|
|
}
|