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