Sign in
qemu
/
meson
/
2450342535274d13adbad6c0ac93aca82649c5c6
/
.
/
test cases
/
unit
/
98 install all targets
/
lib.c
blob: 2ea9c7dd1a5e76eae402ee767154a5055f69279a [
file
] [
log
] [
blame
]
#if defined _WIN32 || defined __CYGWIN__
#define
DLL_PUBLIC __declspec
(
dllexport
)
#else
#define
DLL_PUBLIC
#endif
int
DLL_PUBLIC foo
(
void
)
{
return
0
;
}