libc-rs/src/vxworks/x86.rs

5 lines
93 B
Rust

pub type c_char = i8;
pub type wchar_t = i32;
pub type c_long = i32;
pub type c_ulong = u32;