index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
libc
/
src
/
vxworks
/
arm.rs
blob: 55240068aa08eb7992d9adc49739f44679207b8b (
plain
)
1
2
3
4
pub
type
c_char
=
u8
;
pub
type
wchar_t
=
u32
;
pub
type
c_long
=
i32
;
pub
type
c_ulong
=
u32
;