Sign in
fuchsia
/
third_party
/
rust-crates
/
refs/heads/sandbox/robtsuk/new_rust_build
/
.
/
vendor
/
libc
/
src
/
unix
/
newlib
/
aarch64
/
mod.rs
blob: 96f381a39113fb8f53ff49b9e2b078d00ad860db [
file
] [
log
] [
blame
]
pub
type
c_char
=
u8
;
pub
type
wchar_t
=
u32
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;