pub fn fabs(a: f64) callconv(.c) f64
pub fn fabs(a: f64) callconv(.c) f64 { return generic_fabs(a); }