How to convert Hex to Ascii in C with and without using sprintf?
- by patrick
I used strtol to convert a string to hex, now I need to print it to the screen. I'm not sure if I can use sprintf since I only have 20k of memory to use on this board. Alternatives welcome.