enhanced hcl_inttostr() to accept a negative radix to produce lower-case alphabetic digits

This commit is contained in:
2018-02-28 15:57:19 +00:00
parent ed729adc2e
commit 09302470f7
5 changed files with 50 additions and 47 deletions

View File

@ -1063,6 +1063,10 @@ int hcl_outfmtobj (
hcl_outbfmt_t outbfmt
);
int hcl_printfmt (
hcl_t* hcl,
hcl_ooi_t nargs
);
#if defined(__cplusplus)
}