]> git.proxmox.com Git - rustc.git/blob - vendor/libc/src/vxworks/x86_64.rs
New upstream version 1.40.0+dfsg1
[rustc.git] / vendor / libc / src / vxworks / x86_64.rs
1 pub type c_char = i8;
2 pub type wchar_t = i32;
3 pub type c_long = i64;
4 pub type c_ulong = u64;