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
/
manual tests
/
5 rpm
/
lib.c
blob: efc230aab7ac433df35f4643227e835d33e7e2fb (
plain
)
1
2
3
4
5
6
#include
"lib.h"
char
*
meson_print
(
void
)
{
return
"Hello, world!"
;
}