6 lines
69 B
C
6 lines
69 B
C
|
extern int lib1_func(void);
|
||
|
int main(void)
|
||
|
{
|
||
|
return lib1_func();
|
||
|
}
|