Sign in
qemu
/
meson
/
refs/heads/testcommand
/
.
/
test cases
/
common
/
95 dep fallback
/
subprojects
/
boblib
/
bob.c
blob: ae0f394d5ca8664625fde80ef32b21bbab6a3298 [
file
]
#include
"bob.h"
#ifdef
_MSC_VER
__declspec
(
dllexport
)
#endif
const
char
*
get_bob
()
{
return
"bob"
;
}