index
:
mirrors/nitrocli
devel
devel-20210110
master
pull-request/status
topic/extensions
topic/gentoo-packaging
topic/otp-cache
topic/test
A command line tool for interacting with Nitrokey devices (GitHub mirror)
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
src
/
cloudabi
/
aarch64.rs
blob: 4caa6d7bbcf474fea1f5202eeb71a4fd2efe4c76 (
plain
)
1
2
3
4
pub
type
c_char
=
u8
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;
pub
type
wchar_t
=
u32
;