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