7 lines
72 B
C
7 lines
72 B
C
|
extern int testLib2(void);
|
||
|
|
||
|
int imp_lib1(void)
|
||
|
{
|
||
|
return testLib2();
|
||
|
}
|