repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-cygwin
/
testdll.c
blob
206430737abb8264424fdf5833146ac903f64dbc
1
extern
void
exewrite
(
void
);
2
__attribute
((
dllimport
))
int
global_a
;
3
4
void
5
dllwrite
(
void
)
6
{
7
global_a
=
3
;
8
exewrite
();
9
}
10
11
int
_stdcall
testdll_main
(
int
p1
,
unsigned long
p2
,
void
*
p3
)
12
{
13
return
1
;
14
}