mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f7777f64e6
* renamed from redundant `readint_mrb_int()`
* supports only base upto 16
* no base validation (already done in parser)
* no negative read (negate after read)
* overflow detection using `mrb_int_{mul,add}_overflow()`