5 lines
63 B
C
5 lines
63 B
C
|
|
||
|
extern int testLib1();
|
||
|
|
||
|
int testLib2() { return testLib1(); }
|