2009-05-01 17:43:35 +03:00

7 lines
72 B
C

extern int testLib2(void);
int imp_lib1(void)
{
return testLib2();
}