Revert "Convert strtold to Rust"

This reverts commit 08485648f6.
This commit is contained in:
Jeremy Soller
2026-01-15 18:31:47 -07:00
parent c8b4a03b45
commit 40c9c14ea8
6 changed files with 42 additions and 10 deletions
-1
View File
@@ -31,7 +31,6 @@ pub type c_int = i32;
pub type c_uint = u32;
pub type c_float = f32;
pub type c_double = f64;
pub type c_longdouble = f128;
pub type c_longlong = i64;
pub type c_ulonglong = u64;
pub type intmax_t = i64;