Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
vendor
/
libc-0.2.82
/
src
/
cloudabi
/
x86_64.rs
blob: bb17624b1dd7892bcd6abb4a61a0fa8dd9978f9f [
file
] [
log
] [
blame
]
pub
type
c_char
=
i8
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;
pub
type
wchar_t
=
i32
;