Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
libc-0.2.121
/
src
/
solid
/
aarch64.rs
blob: ceabea397b804e0789baad4bdd923c728e5c44bf [
file
] [
log
] [
blame
] [
edit
]
pub
type
c_char
=
i8
;
pub
type
wchar_t
=
u32
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;