7 lines
72 B
C
Raw Normal View History

2009-05-01 17:43:35 +03:00
extern int testLib2(void);
int imp_lib1(void)
{
return testLib2();
}