Skip to content

Commit cd5235f

Browse files
committed
wasi: add c_schar definition
1 parent 40c73a6 commit cd5235f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasi.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pub use ffi::c_void;
22

33
pub type c_char = i8;
44
pub type c_uchar = u8;
5+
pub type c_schar = i8;
56
pub type c_int = i32;
67
pub type c_uint = u32;
78
pub type c_short = i16;

0 commit comments

Comments
 (0)