Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
unit
/
57 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
;
}