We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4b6a53 + 0a06196 commit 78301e2Copy full SHA for 78301e2
src/teeos/mod.rs
@@ -8,6 +8,8 @@
8
// only supported on Rust > 1.59, so we can directly reexport c_void from core.
9
pub use core::ffi::c_void;
10
11
+use Option;
12
+
13
pub type c_schar = i8;
14
15
pub type c_uchar = u8;
0 commit comments