58
58
char *dig_vec= upcase ? _dig_vec_upper : _dig_vec_lower;
63
63
if (radix < -36 || radix > -2)
68
68
/* Avoid integer overflow in (-val) for LONGLONG_MIN (BUG#31799). */
73
73
else if (radix > 36 || radix < 2)
77
77
The slightly contorted code which follows is due to the fact that