Skip to content

Commit c66faeb

Browse files
committed
feat: Update c_char type
1 parent dd47a01 commit c66faeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/newlib/espidf/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::prelude::*;
22

33
pub type clock_t = c_ulong;
4-
pub type c_char = i8;
4+
pub type c_char = u8;
55
pub type wchar_t = u32;
66

77
pub type c_long = i32;

0 commit comments

Comments
 (0)