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