Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
vendor
/
libc
/
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
;