xref: /third_party/rust/crates/libc/src/vxworks/arm.rs (revision 2add0d91)
1pub type c_char = u8;
2pub type wchar_t = u32;
3pub type c_long = i32;
4pub type c_ulong = u32;
5