finished refactoring fmt code in fmt.c.

removed old fmt code by deleting fmtout.c and fmtoutv.h
This commit is contained in:
hyunghwan.chung
2019-05-29 09:20:45 +00:00
parent 054313b96c
commit 5bf79fb4b5
8 changed files with 253 additions and 2705 deletions

View File

@@ -1491,16 +1491,6 @@ int moo_fmt_object_ (
moo_oop_t oop
);
/* ========================================================================= */
/* fmtout.c */
/* ========================================================================= */
moo_ooi_t moo_sproutbfmt (
moo_t* moo,
moo_bitmask_t mask,
const moo_bch_t* fmt,
...
);
int moo_strfmtcallstack (
moo_t* moo,
moo_ooi_t nargs,