blob: a00e3337ef58f2217ad078852b1859ef31be2b6e [file] [log] [blame]
Sébastien Marie00648e12016-11-28 12:05:13 +01001pub type c_long = i32;
2pub type c_ulong = u32;
Sébastien Marie94827af2017-12-13 06:47:44 +01003pub type c_char = i8;