Sign in
gnu
/
gcc
/
master
/
.
/
libgrust
/
libformat_parser
/
vendor
/
libc
/
src
/
solid
/
aarch64.rs
blob: ceabea397b804e0789baad4bdd923c728e5c44bf [
file
] [
log
] [
blame
]
pub
type
c_char
=
i8
;
pub
type
wchar_t
=
u32
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;