summaryrefslogtreecommitdiffstats
path: root/vendor/libc/src/solid/aarch64.rs
blob: ceabea397b804e0789baad4bdd923c728e5c44bf (plain)
1
2
3
4
pub type c_char = i8;
pub type wchar_t = u32;
pub type c_long = i64;
pub type c_ulong = u64;