refactored moo_seterrbfmt() and moo_seterrufmt() with moo_bfmt_outv() and moo_ufmt_outv()

This commit is contained in:
hyunghwan.chung
2019-05-28 08:55:13 +00:00
parent fe847a89a5
commit 3f274d74b7
11 changed files with 219 additions and 165 deletions

View File

@ -1483,6 +1483,14 @@ moo_oop_t moo_numtostr (
);
/* ========================================================================= */
/* fmt.c */
/* ========================================================================= */
int moo_fmt_object_ (
moo_fmtout_t* fmtout,
moo_oop_t oop
);
/* ========================================================================= */
/* fmtout.c */
/* ========================================================================= */