7 lines
67 B
C
Raw Normal View History

2011-01-16 11:35:12 +01:00
#include "testLib2.h"
2009-05-01 17:43:35 +03:00
int imp_lib1(void)
{
return testLib2();
}