mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add missing declaration of mrb_str_format
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define BITSPERDIG (sizeof(mrb_int)*CHAR_BIT)
|
||||
#define EXTENDSIGN(n, l) (((~0 << (n)) >> (((n)*(l)) % BITSPERDIG)) & ~(~0 << (n)))
|
||||
|
||||
mrb_value mrb_str_format(mrb_state *, int, const mrb_value *, mrb_value);
|
||||
static void fmt_setup(char*,size_t,int,int,mrb_int,mrb_int);
|
||||
|
||||
static char*
|
||||
|
||||
Reference in New Issue
Block a user