index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
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
;
}