3 lines
39 B
C
3 lines
39 B
C
|
extern void foo();
|
||
|
void bar() {foo();}
|