auxiliary data AUX. The integer converted has absolute value
VALUE. If IS_SIGNED is true, does a signed conversion with
NEGATIVE indicating a negative value; otherwise does an
- unsigned conversion and ignores IS_SIGNED. The output will
- use the given DIGITS, with strlen(DIGITS) indicating the
- output base. Details of the conversion are in C. */
+ unsigned conversion and ignores IS_SIGNED. The output is done
+ according to the provided base B. Details of the conversion
+ are in C. */
static void
format_integer (uintmax_t value, bool is_signed, bool negative,
const struct integer_base *b,