Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
vendor
/
libc-0.2.79
/
src
/
cloudabi
/
arm.rs
blob: eca5360744127fb21cdf6047cdbb98817e916655 [
file
] [
log
] [
blame
]
pub
type
c_char
=
u8
;
pub
type
c_long
=
i32
;
pub
type
c_ulong
=
u32
;
pub
type
wchar_t
=
u32
;