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