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 5e95cbb + c70ddd4 commit c0cbbbeCopy full SHA for c0cbbbe
src/solid/aarch64.rs
@@ -1,4 +1,4 @@
1
pub type c_char = i8;
2
-pub type wchar_t = i16;
+pub type wchar_t = u32;
3
pub type c_long = i64;
4
pub type c_ulong = u64;
src/solid/arm.rs
pub type c_long = i32;
pub type c_ulong = u32;
0 commit comments