mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
1e9cb74cc6
- `size_t` is more commonly used. - `len` argument of `mrb_str_new()` is `size_t`. NOTE: The test for `%l` is temporarily disabled because adding a new type to `mrbgems/mruby-test/vformat.c` causes an error (memory error?) on Visual Studio 2017 in AppVeyor.