sbdp_strtoi
extern int sbdp_strtoi(char *p, char **pos);
entry = (uint_t)sbdp_strtoi(entry_str, NULL);
value = sbdp_strtoi(value_str, NULL);
t_board = sbdp_strtoi(opts, NULL);