J
Jason
Hello
I've got a get hex value 0X500000 and I'd like to pass it into a function
that has a signature of Foo(unsigned int * address) {}
Do I need to convert the hex value to type INT? How would I do that?
Thanks
I've got a get hex value 0X500000 and I'd like to pass it into a function
that has a signature of Foo(unsigned int * address) {}
Do I need to convert the hex value to type INT? How would I do that?
Thanks