readint.c: add new function `mrb_int_read`.
Difference from `strtoul(3)`: * reads `mrb_int` based on configuration * specifies the end of the string * no sign interpretation * base 10 only
Showing
src/readint.c
0 → 100644
Please register or sign in to comment