pub fn __divdf3(a: f64, b: f64) callconv(.c) f64
pub fn __divdf3(a: f64, b: f64) callconv(.c) f64 { return div(a, b); }