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] - Rev 92
Compare with Previous | Blame | View Log
void __cdecl lib2foocdecl(int junk1, int* junk2) { *junk2 = junk1; } void __stdcall lib2foostdcall(int junk1, int* junk2) { *junk2 = junk1; } void __fastcall lib2foofastcall(int junk1, int* junk2) { *junk2 = junk1; }