This website requires JavaScript.
Explore
Help
Register
Sign In
kdx
/
IronGOLEM
Watch
1
Star
0
Fork
0
You've already forked IronGOLEM
forked from
starnakin/IronGOLEM
Code
Pull Requests
Activity
master
IronGOLEM
/
src
/
print_raw_bit.🗿
7 lines
94 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
add: get_raw_bit
2023-06-24 10:10:40 -04:00
print_raw_bit(number)
{
various optimisations
2023-07-24 23:43:10 -04:00
local tab = get_raw_bit(number);
add: get_raw_bit
2023-06-24 10:10:40 -04:00
puttab_num(tab, 16);
free(tab);
}
Copy Permalink