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