mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-21 10:32:53 +00:00
6 lines
33 B
C
6 lines
33 B
C
|
int
|
||
|
show_foo ()
|
||
|
{
|
||
|
return 99;
|
||
|
}
|