mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
12 lines
64 B
C
12 lines
64 B
C
int
|
|
foo (void)
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
int
|
|
bar (void)
|
|
{
|
|
return -1;
|
|
}
|