index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
56 introspection
/
staticlib
/
static.c
blob: 37ebc0d807e147da4106c101759e76edc97014d6 (
plain
)
1
2
3
4
5
#include
"static.h"
int
add_numbers
(
int
a
,
int
b
)
{
return
a
+
b
;
}