blob: 2f9f39c9b9ec356fd2761544aab398929b201b2d [file] [log] [blame]
pub type c_char = i8;
pub type c_long = i32;
pub type c_ulong = u32;
pub type wchar_t = i32;