4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
int script_5027(int arg0) {
|
|
return bitAnd(divide(arg0, pow(2, 8)), 31);
|
|
}
|