Sign in
qemu
/
meson
/
refs/heads/docrewrap
/
.
/
test cases
/
common
/
131 include order
/
sub1
/
some.c
blob: 1ab0db4dd375a23e7527ac7f4df86dd11977d373 [
file
] [
log
] [
blame
]
#if defined _WIN32 || defined __CYGWIN__
__declspec
(
dllexport
)
#endif
int
somefunc
(
void
)
{
return
1984
;
}