Sign in
gnu
/
gcc
/
fc8a4e9a96c1789e1da4aacba188cf2ece1d493e
/
.
/
libgrust
/
libformat_parser
/
vendor
/
libc
/
src
/
solid
/
arm.rs
blob: 04cc1542deaeb5c534f63499638dccc46076edaf [
file
]
pub
type
c_char
=
i8
;
pub
type
wchar_t
=
u32
;
pub
type
c_long
=
i32
;
pub
type
c_ulong
=
u32
;