summaryrefslogtreecommitdiffhomepage
path: root/src/readint.c
AgeCommit message (Collapse)Author
2021-06-12readint.c: fixed typo.Yukihiro "Matz" Matsumoto
2021-06-11readint.c: add new function `mrb_int_read`.Yukihiro "Matz" Matsumoto
Difference from `strtoul(3)`: * reads `mrb_int` based on configuration * specifies the end of the string * no sign interpretation * base 10 only