6 lines
59 B
C
6 lines
59 B
C
|
extern int foo1(void);
|
||
|
int main(void)
|
||
|
{
|
||
|
return foo1();
|
||
|
}
|