Remove str_to_mrb_int(). There is some reasons.
It is not used in the core. It does not have mrb_ prefix. strtol() is slightly heavy and we have similar API.
Showing
Please register or sign in to comment
It is not used in the core. It does not have mrb_ prefix. strtol() is slightly heavy and we have similar API.