implemented the builtin primitive function sprintf

This commit is contained in:
2018-03-05 03:35:44 +00:00
parent d4d9491f3c
commit e3b5d33811
5 changed files with 178 additions and 4 deletions

View File

@ -1063,6 +1063,11 @@ int hcl_logfmtst (
hcl_ooi_t nargs
);
int hcl_sprintfmtst (
hcl_t* hcl,
hcl_ooi_t nargs
);
#if defined(__cplusplus)
}
#endif