unsafe fn R_strtod(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.
Checked wrapper for R_strtod. Calls R_strtod_unchecked and routes through with_r_thread.
Generated from source location line 3525, column 8.
Generated from source file miniextendr-api/src/ffi.rs.