xref
: /
third_party
/
rust
/
crates
/
libc
/
src
/
hermit
/
aarch64.rs
(revision 2add0d91)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/libc/src/hermit/
1
pub
type
c_char
=
u8
;
2
pub
type
wchar_t
=
u32
;
3