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