diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-29 05:32:58 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-29 05:32:58 -0800 |
| commit | e5e71f1c938ede35e33f54bd25784d43ab82966a (patch) | |
| tree | 8ebd6462d114269104338f23d00d33945c02028f /include | |
| parent | 0410bb7623a27ac427f190e3144c85b6446bec05 (diff) | |
| parent | 3ab1afa07d5059c54a8a6834820098e9cdfbcc4f (diff) | |
| download | mruby-e5e71f1c938ede35e33f54bd25784d43ab82966a.tar.gz mruby-e5e71f1c938ede35e33f54bd25784d43ab82966a.zip | |
Merge pull request #792 from monaka/pr-remove-mrb_str_vcatf
Remove API mrb_str_catf().
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h index cd2c83dcd..4ff0f1ee1 100644 --- a/include/mruby/string.h +++ b/include/mruby/string.h @@ -68,7 +68,6 @@ int mrb_str_offset(mrb_state *mrb, mrb_value str, int pos); mrb_value mrb_str_dup(mrb_state *mrb, mrb_value str); /* mrb_str_dup */ mrb_value mrb_str_intern(mrb_state *mrb, mrb_value self); mrb_value mrb_str_cat2(mrb_state *mrb, mrb_value str, const char *ptr); -mrb_value mrb_str_catf(mrb_state *mrb, mrb_value str, const char *format, ...); mrb_value mrb_str_to_inum(mrb_state *mrb, mrb_value str, int base, int badcheck); double mrb_str_to_dbl(mrb_state *mrb, mrb_value str, int badcheck); mrb_value mrb_str_to_str(mrb_state *mrb, mrb_value str); |
