unsafe extern "C-unwind" fn R_strtod_unchecked(
c: *const c_char,
end: *mut *mut c_char,
) -> f64Expand description
Convert string to double with end pointer, using ‘.’ as decimal point.
Like strtod() but locale-independent.
Unchecked FFI binding for R_strtod.
Generated from source location line 3525, column 8.
Generated from source file miniextendr-api/src/ffi.rs.