define private prototypes of moo_sprintfmtst() and moo_sproutbfmt()

This commit is contained in:
hyunghwan.chung 2018-12-21 16:40:20 +00:00
parent b55b63cd51
commit 7b7906bf09
2 changed files with 16 additions and 1 deletions

View File

@ -10,6 +10,6 @@
#include 'Stream.moo'.
(* -------------------------------------------------------------------------- *)
#include 'FFI.moo'.
## #include 'FFI.moo'.
#include 'Stdio.moo'.
## #include 'Console.moo'.

View File

@ -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 */
/* ========================================================================= */