mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 01:40:07 +00:00
8 lines
55 B
C
8 lines
55 B
C
|
extern void foo (void);
|
||
|
|
||
|
void
|
||
|
bar (void)
|
||
|
{
|
||
|
foo ();
|
||
|
}
|