Skip to content

Commit b348da8

Browse files
committed
Add c_float and c_double
1 parent ea1a045 commit b348da8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/trusty.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ pub type c_int16_t = i16;
4343
pub type c_int32_t = i32;
4444
pub type c_int64_t = i64;
4545

46+
pub type c_float = f32;
47+
pub type c_double = f64;
48+
4649
pub type time_t = c_long;
4750

4851
pub type clockid_t = c_int;

0 commit comments

Comments
 (0)