Function modf

Source
pub unsafe extern "C" fn modf(
    __x: f64,
    __integral_part: *mut f64,
) -> f64