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
/
98 subproject subdir
/
subprojects
/
sub
/
lib
/
sub.c
blob: e748ac75097840475d30ff7589a5eb898e414168 (
plain
)
1
2
3
4
5
#include
"sub.h"
int
sub
(
void
)
{
return
0
;
}