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 70ae3b1 commit 91a938eCopy full SHA for 91a938e
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