implement mrb_format and mrb_vformat

This commit is contained in:
Yukihiro Matz Matsumoto
2013-03-27 23:03:48 +09:00
parent 8f8c22ac67
commit 8ce842a5d9
2 changed files with 50 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ mrb_value mrb_assoc_new(mrb_state *mrb, mrb_value car, mrb_value cdr);
mrb_value mrb_ary_entry(mrb_value ary, mrb_int offset);
mrb_value mrb_ary_shift(mrb_state *mrb, mrb_value self);
mrb_value mrb_ary_clear(mrb_state *mrb, mrb_value self);
mrb_value mrb_ary_join(mrb_state *mrb, mrb_value ary, mrb_value sep);
#if defined(__cplusplus)
} /* extern "C" { */