Hi,
for debugging reasons, how can one in a C program print some memory address?
For instance, how should I do to print the content of address 0x611268 in form of a 4 byte float ?
I know I could use a debugger, but I mean, to print out in screen.
Thanks