4 lines
93 B
Rust
4 lines
93 B
Rust
pub type c_char = i8;
|
|
pub type wchar_t = u32;
|
|
pub type c_long = i64;
|
|
pub type c_ulong = u64;
|