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
/
cc
/
cc-test
/
src
/
bar1.c
blob: 605be33413a645d4a15ee8dac5bf315806dbb607 (
plain
)
1
2
3
4
5
6
7
#include
<stdint.h>
#include
"foo.h"
int32_t
bar1
()
{
return
5
;
}