token_to_dec
static int token_to_dec(char *token, unsigned *val, int len);
if (token_to_dec(token, intp, tl))
if (token_to_dec(token, &val, 1))