blob: 27b94126688fbb59c5184c9c098a28a248fb6a3a [file] [log] [blame]
pub type c_long = i64;
pub type c_ulong = u64;
pub type c_char = i8;