str_to_int
u_int str_to_int(char *, int);
o->value = str_to_int(&topt[1], o->option);
o->value = str_to_int(topt, o->option);