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