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 87d3a32 commit 772a3acCopy full SHA for 772a3ac
src/unix/linux_like/linux/gnu/b32/sparc/mod.rs
@@ -1,6 +1,6 @@
1
//! SPARC-specific definitions for 32-bit linux-like values
2
3
-pub type c_char = u8;
+pub type c_char = i8;
4
pub type wchar_t = i32;
5
6
s! {
0 commit comments