added the logf builtin function

This commit is contained in:
2018-03-01 09:46:02 +00:00
parent e58d4e30cc
commit 0b460a3f2a
3 changed files with 72 additions and 27 deletions

View File

@ -1053,7 +1053,12 @@ int hcl_outfmtobj (
hcl_outbfmt_t outbfmt
);
int hcl_printfmt (
int hcl_printfmtst (
hcl_t* hcl,
hcl_ooi_t nargs
);
int hcl_logfmtst (
hcl_t* hcl,
hcl_ooi_t nargs
);