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] - 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;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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