7 lines
54 B
C
7 lines
54 B
C
|
extern void bar (void);
|
||
|
void
|
||
|
xxx (void)
|
||
|
{
|
||
|
bar ();
|
||
|
}
|