renamed logfmtv to fmtoutv and made related changes

This commit is contained in:
hyunghwan.chung
2019-01-25 07:49:01 +00:00
parent 365518f7c3
commit c3705dd340
6 changed files with 59 additions and 60 deletions

View File

@ -268,13 +268,6 @@
#define MOO_OOP_IS_FPDEC(moo,x) (MOO_CLASSOF(moo,x) == (moo)->_fixed_point_decimal)
#define MOO_POINTER_IS_FPDEC(moo,x) (MOO_OBJ_GET_CLASS(x) == (moo)->_fixed_point_Decimal)
typedef moo_ooi_t (*moo_outbfmt_t) (
moo_t* moo,
moo_bitmask_t mask,
const moo_bch_t* fmt,
...
);
#if defined(MOO_INCLUDE_COMPILER)
/* ========================================================================= */
@ -1474,7 +1467,7 @@ moo_oop_t moo_numtostr (
/* ========================================================================= */
/* logfmt.c */
/* fmtout.c */
/* ========================================================================= */
moo_ooi_t moo_sproutbfmt (
moo_t* moo,