7 lines
54 B
C
7 lines
54 B
C
|
extern int foo(void);
|
||
|
int main()
|
||
|
{
|
||
|
return foo();
|
||
|
}
|
||
|
|