repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-pe
/
direct2_dll.c
blob
115f9b9e0a81308f324c086e685489d3ed31f193
1
void
2
__cdecl
3
lib2foocdecl
(
int
junk1
,
int
*
junk2
)
4
{
5
*
junk2
=
junk1
;
6
}
7
8
void
9
__stdcall
10
lib2foostdcall
(
int
junk1
,
int
*
junk2
)
11
{
12
*
junk2
=
junk1
;
13
}
14
15
void
16
__fastcall
17
lib2foofastcall
(
int
junk1
,
int
*
junk2
)
18
{
19
*
junk2
=
junk1
;
20
}