Sign in
android
/
toolchain
/
rustc
/
9cf678059bdfead0671d48dbbb51b152b62d6995
/
.
/
vendor
/
libc-0.2.123
/
src
/
vxworks
/
arm.rs
blob: 55240068aa08eb7992d9adc49739f44679207b8b [
file
] [
log
] [
blame
]
pub
type
c_char
=
u8
;
pub
type
wchar_t
=
u32
;
pub
type
c_long
=
i32
;
pub
type
c_ulong
=
u32
;