Commit bb25d42d authored by cremno's avatar cremno

add missing declaration of mrb_str_format

parent eaf445ea
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#define BITSPERDIG (sizeof(mrb_int)*CHAR_BIT) #define BITSPERDIG (sizeof(mrb_int)*CHAR_BIT)
#define EXTENDSIGN(n, l) (((~0 << (n)) >> (((n)*(l)) % BITSPERDIG)) & ~(~0 << (n))) #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 void fmt_setup(char*,size_t,int,int,mrb_int,mrb_int);
static char* static char*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment