mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 10:16:11 -04:00
9 lines
74 B
C
9 lines
74 B
C
int show_bar ()
|
|
{
|
|
return 1;
|
|
}
|
|
int show_foo ()
|
|
{
|
|
return show_bar ();
|
|
}
|