pub fn fmax(x: f64, y: f64) callconv(.c) f64
pub fn fmax(x: f64, y: f64) callconv(.c) f64 { return generic_fmax(f64, x, y); }