summaryrefslogtreecommitdiff
path: root/src/switch.rs
blob: 240e938068c292a8cc523318d36f5e7253eff4a3 (plain)
1
2
3
4
5
6
7
//! Switch C type definitions

pub type off_t = i64;
pub type c_char = u8;
pub type c_long = i64;
pub type c_ulong = u64;
pub type wchar_t = u32;