8 lines
47 B
C
8 lines
47 B
C
|
extern void foo ();
|
||
|
|
||
|
void
|
||
|
bar ()
|
||
|
{
|
||
|
foo ();
|
||
|
}
|