Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
libc-0.2.140
/
src
/
vxworks
/
x86_64.rs
blob: 5e95ea2567ddfe80fd88feb2aaecf70697f06d99 [
file
] [
log
] [
blame
]
pub
type
c_char
=
i8
;
pub
type
wchar_t
=
i32
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;