define private prototypes of moo_sprintfmtst() and moo_sproutbfmt()
This commit is contained in:
parent
b55b63cd51
commit
7b7906bf09
@ -10,6 +10,6 @@
|
||||
#include 'Stream.moo'.
|
||||
|
||||
(* -------------------------------------------------------------------------- *)
|
||||
#include 'FFI.moo'.
|
||||
## #include 'FFI.moo'.
|
||||
#include 'Stdio.moo'.
|
||||
## #include 'Console.moo'.
|
||||
|
@ -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 */
|
||||
/* ========================================================================= */
|
||||
|
Loading…
Reference in New Issue
Block a user