Skip to main content

R_strtod_unchecked

Function R_strtod_unchecked 

Source
unsafe extern "C-unwind" fn R_strtod_unchecked(
    c: *const c_char,
    end: *mut *mut c_char,
) -> f64
Expand 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.