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
/
55 exe static shared
/
subdir
/
shlib.c
blob: dd9c6b2dbe76b028f86b10ab8c66aa49b4f64ce3 (
plain
)
1
2
3
4
5
#include
"exports.h"
int
DLL_PUBLIC
shlibfunc
(
void
)
{
return
42
;
}