index
:
nitrocli
devel
master
nitrokey-v0.8.0
otp-cache
output-formats
status
Robin Krahl's fork of nitrocli
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
src
/
unix
/
bsd
/
netbsdlike
/
openbsdlike
/
openbsd
/
aarch64.rs
blob: 6aa9950ed1053d17940518e8db2f69f74e8a12a3 (
plain
)
1
2
3
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;
pub
type
c_char
=
u8
;