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
/
88 dep fallback
/
subprojects
/
boblib
/
bob.h
blob: 8dd4b334d408103f60ead58d00ea804513c1afd2 (
plain
)
1
2
3
4
5
6
#pragma once
#ifdef _MSC_VER
__declspec
(
dllimport
)
#endif
const
char
*
get_bob
(
void
);