6 lines
58 B
C
6 lines
58 B
C
extern int foo(void);
|
|
|
|
int main(void)
|
|
{
|
|
return foo();
|
|
}
|