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
/
frameworks
/
21 libwmf
/
libwmf_prog.c
blob: 4e6294c2afbbf19a0a03b425e20ec7b6cbcd293e (
plain
)
1
2
3
4
5
6
7
8
#include
<libwmf/api.h>
int
main
()
{
wmf_help
();
return
0
;
}