mirror of
https://github.com/libretro/cpp-cheat.git
synced 2024-11-30 04:00:21 +00:00
4 lines
61 B
C
4 lines
61 B
C
int a_i = 1;
|
|
int a_f() { return 1; }
|
|
int a_g() { return 1; }
|