6 lines
119 B
C
6 lines
119 B
C
|
extern int testStaticLibWithPlugin2(void);
|
||
|
int testStaticLibPluginExtra(void)
|
||
|
{
|
||
|
return testStaticLibWithPlugin2();
|
||
|
}
|