define private prototypes of moo_sprintfmtst() and moo_sproutbfmt()
This commit is contained in:
@ -1385,6 +1385,21 @@ moo_oop_t moo_truncfpdecval (
|
||||
moo_ooi_t ns
|
||||
);
|
||||
|
||||
/* ========================================================================= */
|
||||
/* logfmt.c */
|
||||
/* ========================================================================= */
|
||||
moo_ooi_t moo_sproutbfmt (
|
||||
moo_t* moo,
|
||||
moo_bitmask_t mask,
|
||||
const moo_bch_t* fmt,
|
||||
...
|
||||
);
|
||||
|
||||
int moo_sprintfmtst (
|
||||
moo_t* moo,
|
||||
moo_ooi_t nargs
|
||||
);
|
||||
|
||||
/* ========================================================================= */
|
||||
/* exec.c */
|
||||
/* ========================================================================= */
|
||||
|
Reference in New Issue
Block a user