s_mp_tovalue
int s_mp_tovalue(char ch, int r); /* convert ch to value */
(s_mp_tovalue(str[ix], radix) < 0) &&
while((val = s_mp_tovalue(str[ix], radix)) >= 0) {
(s_mp_tovalue(cx, radix) < 0) &&
return s_mp_tovalue(ch, r);