Hi

if I have an integer for instance
int x= -3

and I try to print it in hex
printf("%X", x);

It prints out FFFFD.

Is there an easy function in the library that will cut off some of the front F's?