Hello, I have a little problem displaying a char to an hex value.
char t; t = 0x01; printf("%x",t);
Ok. Thank you all