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
/
vxworks
/
x86_64.rs
blob: 5e95ea2567ddfe80fd88feb2aaecf70697f06d99 (
plain
)
1
2
3
4
pub
type
c_char
=
i8
;
pub
type
wchar_t
=
i32
;
pub
type
c_long
=
i64
;
pub
type
c_ulong
=
u64
;