blob: ceabea397b804e0789baad4bdd923c728e5c44bf [file] [log] [blame]
pub type c_char = i8;
pub type wchar_t = u32;
pub type c_long = i64;
pub type c_ulong = u64;