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 dd47a01 + c66faeb commit 39a6799Copy full SHA for 39a6799
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