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