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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
src
/
unix
/
haiku
/
b32.rs
blob: cce8864883a1a2cffa1549d35178e8595f068d11 (
plain
)
1
2
3
pub
type
c_long
=
i32
;
pub
type
c_ulong
=
u32
;
pub
type
time_t
=
i32
;