I have following thing which i wanted to convert to int.
char *ptr; // this can point to variable length of string int balance = functionToConverIntoint(ptr
There's also sscanf().