We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3701d9 commit ddeab6dCopy full SHA for ddeab6d
src/unix/newlib/zephyr/mod.rs
@@ -1,3 +1,5 @@
1
+#![allow(dead_code)]
2
+
3
pub type c_char = i8;
4
pub type c_long = i32;
5
pub type c_ulong = u32;
0 commit comments