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