mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-20 03:30:39 +00:00
7 lines
43 B
C
7 lines
43 B
C
|
int i;
|
||
|
|
||
|
int bar(void)
|
||
|
{
|
||
|
return 0x1234;
|
||
|
}
|