xref: /aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/vxworks/x86_64.rs (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1 pub type c_char = i8;
2 pub type wchar_t = i32;
3 pub type c_long = i64;
4 pub type c_ulong = u64;
5