I have a variable called
tmp this variable is
char *tmp;
now i have some text and numbers in a string say
"hello 203"
i parse the string so that 203 is now in tmp..
but i now need to convert this tmp variable from a string to a
'unsignged short' how can i do this ?
