blob: eca5360744127fb21cdf6047cdbb98817e916655 [file] [log] [blame]
pub type c_char = u8;
pub type c_long = i32;
pub type c_ulong = u32;
pub type wchar_t = u32;