Hey there,

I want to know if there is a routine that can take in an array of char, and an integer, convert the integer to hex and store the hex representation as text in the char array.

For...