I want to convert an 32-bit ASCII number (e.g. "FE257469") to the equivalent 32-bit hex number which will be stored on a 32-bit variable. Most importnatly, I want to do that without using any library function like sscanf(), atoi(), etc.
Any ideas on that?
Thank in advance.
FE257469is4263867497decimal.