Convert strtold to Rust

This commit is contained in:
Wildan M
2025-12-25 16:11:36 +07:00
parent d82db81ae2
commit 08485648f6
6 changed files with 10 additions and 42 deletions
+1
View File
@@ -31,6 +31,7 @@ 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;