Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
d2e2021df66d282ab2d7bf0c669e24899a3bb87d
/
.
/
crates
/
libc
/
src
/
vxworks
/
riscv64.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
;