Possible Duplicate:
Convert char array to single int?
How to convert char array to uintmax_t? char array contains the uintMax_t value but in string format. Thank you.
Possible Duplicate:
Convert char array to single int?
How to convert char array to uintmax_t? char array contains the uintMax_t value but in string format. Thank you.
You need to use atoi
or atol
.