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