6 lines
89 B
C
6 lines
89 B
C
extern int testStaticLibPlugin(void);
|
|
int main(void)
|
|
{
|
|
return testStaticLibPlugin();
|
|
}
|