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 dd47a01 commit c66faebCopy full SHA for c66faeb
src/unix/newlib/espidf/mod.rs
@@ -1,7 +1,7 @@
1
use crate::prelude::*;
2
3
pub type clock_t = c_ulong;
4
-pub type c_char = i8;
+pub type c_char = u8;
5
pub type wchar_t = u32;
6
7
pub type c_long = i32;
0 commit comments