[][src]Function mupdf_sys::fz_strtof

pub unsafe extern "C" fn fz_strtof(
    s: *const c_char,
    es: *mut *mut c_char
) -> f32

Locale-independent decimal to binary conversion. On overflow return (-)INFINITY and set errno to ERANGE. On underflow return 0 and set errno to ERANGE. Special inputs (case insensitive): "NAN", "INF" or "INFINITY".