renamed moo_sprintfmtfromstack() to moo_strfmtcallstack().

refactored related functions
This commit is contained in:
hyunghwan.chung
2019-05-29 01:35:13 +00:00
parent 3f274d74b7
commit 054313b96c
8 changed files with 741 additions and 18 deletions

View File

@ -1501,9 +1501,10 @@ moo_ooi_t moo_sproutbfmt (
...
);
int moo_sprintfmtst (
int moo_strfmtcallstack (
moo_t* moo,
moo_ooi_t nargs
moo_ooi_t nargs,
int rcv_is_fmtstr
);
/* ========================================================================= */