refactored moo_seterrbfmt() and moo_seterrufmt() with moo_bfmt_outv() and moo_ufmt_outv()
This commit is contained in:
@ -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 */
|
||||
/* ========================================================================= */
|
||||
|
Reference in New Issue
Block a user