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.
1 parent 2b4cd10 commit ee3d057Copy full SHA for ee3d057
src/cloudabi/aarch64.rs
@@ -1,4 +1,4 @@
1
-pub type c_char = i8;
+pub type c_char = u8;
2
pub type c_long = i64;
3
pub type c_ulong = u64;
4
pub type wchar_t = u32;
0 commit comments