get_digit
stack_pushstring(&stack, get_digit(rem, digits, base));
p = get_digit(rem, digits, base);
static char *get_digit(u_long, int, u_int);