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