Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
libc-0.2.155
/
src
/
vxworks
/
powerpc.rs
blob: 55240068aa08eb7992d9adc49739f44679207b8b [
file
] [
log
] [
blame
] [
edit
]
pub
type
c_char
=
u8
;
pub
type
wchar_t
=
u32
;
pub
type
c_long
=
i32
;
pub
type
c_ulong
=
u32
;