atoi() from hex representation string

Viewed 84389

Need to make int from hex representation string like "0xFA" or better "FA". Need something like atoi("FA"). Is there are any standard solutions for that?

1 Answers
Related