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
/
common
/
137 whole archive
/
prog.c
blob: 1f553e554c753dc7cbdcba7374ca9f260512f8c2 (
plain
)
1
2
3
4
5
#include
<mylib.h>
int
main
(
void
)
{
return
func1
()
-
func2
();
}