mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
4 lines
43 B
C
4 lines
43 B
C
|
extern int x;
|
||
|
|
||
|
void foobar (void) { x--; }
|