6 lines
52 B
C
6 lines
52 B
C
extern int foo ();
|
|
int
|
|
func ()
|
|
{
|
|
return foo ();
|
|
}
|