7 lines
67 B
C
7 lines
67 B
C
#include "testLib2.h"
|
|
|
|
int imp_lib1(void)
|
|
{
|
|
return testLib2();
|
|
}
|