mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-15 07:27:32 +01:00
7 lines
73 B
Plaintext
7 lines
73 B
Plaintext
|
int F0(in int l0);
|
||
|
|
||
|
int F0(in int l0) {
|
||
|
l0 = (l0) ^ (l0);
|
||
|
return l0;
|
||
|
}
|