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
/
75 pkgconfig prefixes
/
val2
/
val2.c
blob: d7d4857303f7f64db100c62b34ce06bccb997546 (
plain
)
1
2
3
4
#include
"val1.h"
#include
"val2.h"
int
val2
(
void
)
{
return
val1
()
+
2
;
}