Hex to unsigned char?
Hi guys!
I need to convert a hexadecimal value (two digit long) from a string and convert it to the coresponding binary value (unsigned char). Is there such a function for that, or do I have to write my own? By the way, I'm programming in C.
Best regards
George
|