7 lines
64 B
C
7 lines
64 B
C
|
extern int imp_lib1(void);
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return imp_lib1();
|
||
|
}
|