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