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