How to convert Hex to Ascii in C with and without using sprintf?

Posted by patrick on Stack Overflow See other posts from Stack Overflow or by patrick
Published on 2010-04-25T21:21:16Z Indexed on 2010/04/25 21:23 UTC
Read the original article Hit count: 144

Filed under:

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.

© Stack Overflow or respective owner

Related posts about c