Function String_AppendFloat

Source
pub unsafe extern "C" fn String_AppendFloat(
    str_: *mut cc_string,
    num: f32,
    fracDigits: c_int,
)