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