oden/third-party/vendor/libc/src/solid/aarch64.rs
2024-03-08 11:03:01 -08:00

4 lines
93 B
Rust

pub type c_char = i8;
pub type wchar_t = u32;
pub type c_long = i64;
pub type c_ulong = u64;