diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-07-09 07:17:40 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-07-09 07:17:40 +0900 |
| commit | 506cda5a28b56750cb70b7b2a80317da524928c4 (patch) | |
| tree | 105e85443f351f5da36e815b0aa31cf682d4dec9 /include | |
| parent | 7baa56bad53a9891ee670e5256f333d02e16ae29 (diff) | |
| parent | ef432d75247f7aba1692c031fe9b5b1f1d55333d (diff) | |
| download | mruby-506cda5a28b56750cb70b7b2a80317da524928c4.tar.gz mruby-506cda5a28b56750cb70b7b2a80317da524928c4.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/array.h b/include/mruby/array.h index 5fbf71174..9db51aa5b 100644 --- a/include/mruby/array.h +++ b/include/mruby/array.h @@ -54,6 +54,7 @@ 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); +mrb_value mrb_ary_resize(mrb_state *mrb, mrb_value ary, mrb_int len); static inline mrb_int mrb_ary_len(mrb_state *mrb, mrb_value ary) |
