mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-14 09:25:52 +00:00
9 lines
76 B
C
9 lines
76 B
C
int global_var = 3;
|
|
int other_var = 4;
|
|
|
|
int
|
|
function (void)
|
|
{
|
|
return 0;
|
|
}
|