blob: eca5360744127fb21cdf6047cdbb98817e916655 [file] [log] [blame]
Ed Schoutendad866d2018-01-09 11:40:07 +01001pub type c_char = u8;
2pub type c_long = i32;
3pub type c_ulong = u32;
4pub type wchar_t = u32;