We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c73a6 commit cd5235fCopy full SHA for cd5235f
src/wasi.rs
@@ -2,6 +2,7 @@ pub use ffi::c_void;
2
3
pub type c_char = i8;
4
pub type c_uchar = u8;
5
+pub type c_schar = i8;
6
pub type c_int = i32;
7
pub type c_uint = u32;
8
pub type c_short = i16;
0 commit comments