2011-01-16 11:35:12 +01:00

7 lines
67 B
C

#include "testLib2.h"
int imp_lib1(void)
{
return testLib2();
}