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