We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b29fa71 + fd66a07 commit c3d8aa1Copy full SHA for c3d8aa1
src/xous.rs
@@ -1,5 +1,7 @@
1
//! Xous C type definitions
2
3
+use crate::prelude::*;
4
+
5
pub type intmax_t = i64;
6
pub type uintmax_t = u64;
7
0 commit comments