summaryrefslogtreecommitdiff
path: root/src/unix/bsd/netbsdlike/netbsd/x86.rs
blob: a00e3337ef58f2217ad078852b1859ef31be2b6e (plain)
1
2
3
pub type c_long = i32;
pub type c_ulong = u32;
pub type c_char = i8;