index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
windows
/
7 dll versioning
/
lib.c
blob: 37e0d1d7e8b6cadf6a72d39c9b6d7f17610694d5 (
plain
)
1
2
3
4
5
6
#ifdef _WIN32
__declspec
(
dllexport
)
#endif
int
myFunc
(
void
)
{
return
55
;
}