We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
intptr_t
uintptr_t
1 parent 12c8542 commit 6bee30eCopy full SHA for 6bee30e
1 file changed
src/trusty.rs
@@ -43,6 +43,9 @@ pub type c_int16_t = i16;
43
pub type c_int32_t = i32;
44
pub type c_int64_t = i64;
45
46
+pub type intptr_t = isize;
47
+pub type uintptr_t = usize;
48
+
49
pub type c_float = f32;
50
pub type c_double = f64;
51
0 commit comments