changed types of some variables from hcl_oow_t to hcl_ooi_t

attempted to add the builtin printf function
This commit is contained in:
2018-02-26 15:52:15 +00:00
parent ef51ee4a1d
commit eaf7f9243d
4 changed files with 680 additions and 946 deletions

View File

@ -98,7 +98,9 @@ static int logfmtv (hcl_t* hcl, const fmtchar_t* fmt, hcl_fmtout_t* data, va_lis
int n, base, neg, sign;
hcl_ooi_t tmp, width, precision;
hcl_ooch_t ch, padc;
#if !defined(FMTCHAR_IS_OOCH)
fmtchar_t fch;
#endif
int lm_flag, lm_dflag, flagc, numlen;
hcl_uintmax_t num = 0;
int stop = 0;