OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-pe/] [direct2_dll.c] - Blame information for rev 92

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 92 khays
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
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.