09.12.2017, 06:15
From this:
0xFFFFFFAA (currently as a string)
How to get it as an integer that i can use in functions?
I used this:
But the output is without 0x and the functions don't accept that ...
0xFFFFFFAA (currently as a string)
How to get it as an integer that i can use in functions?
I used this:
Код:
new hex; sscanf("0xFFFFFFAA", "x", hex);