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