I trying to convert string of hex to hex in C.
Example: "FF"(char type) to hex FF(int type).
Does it possible ? How can I do that ?
I trying to convert string of hex to hex in C.
Example: "FF"(char type) to hex FF(int type).
Does it possible ? How can I do that ?