mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-04 00:31:27 +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;
|
|
}
|