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 8cdddfd + 772a3ac commit bffed84Copy full SHA for bffed84
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