8 lines
59 B
C
8 lines
59 B
C
|
|
extern int foo(void);
|
|
|
|
int main(void)
|
|
{
|
|
return foo();
|
|
}
|