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