OpenGrok
Cross Reference: direct_dll.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-pe
/
direct_dll.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-pe
1
__declspec
(
dllexport
)
int
2
dll_func
(
void
)
3
{
4
return
10
;
5
}
6