touched up various remaining implementation details of the printf builtin function.

This commit is contained in:
2018-03-01 05:25:09 +00:00
parent 09302470f7
commit 6eaf73a3d7
5 changed files with 96 additions and 115 deletions

View File

@ -988,16 +988,6 @@ hcl_oop_t hcl_inttostr (
int ngc
);
/* ========================================================================= */
/* print.c */
/* ========================================================================= */
int hcl_printobj (
hcl_t* hcl,
hcl_oop_t obj,
hcl_ioimpl_t printer,
hcl_iooutarg_t* outarg
);
/* ========================================================================= */
/* comp.c */
/* ========================================================================= */