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