fn finitef(x: f32) callconv(.c) c_int
fn finitef(x: f32) callconv(.c) c_int { return @intFromBool(math.isFinite(x)); }