index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
libc
/
src
/
cloudabi
/
x86_64.rs
blob: bb17624b1dd7892bcd6abb4a61a0fa8dd9978f9f (
plain
)
1
2
3
4
pub
type
c_char
=
i8
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;
pub
type
wchar_t
=
i32
;