mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0ce99e442d
use mrb_int for size variable and cast to size_t only when calling getcwd. this maintains consistency with mruby type system while avoiding conversion warnings on windows vc compiler. Co-authored-by: Claude <noreply@anthropic.com>