strtonum method
reallocf is now declared in _malloc.h
Implementation
int strtonum(
ffi.Pointer<ffi.Char> __numstr,
int __minval,
int __maxval,
ffi.Pointer<ffi.Pointer<ffi.Char>> __errstrp,
) {
return _strtonum(
__numstr,
__minval,
__maxval,
__errstrp,
);
}