URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-cygwin/] [testdll.c] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
extern void exewrite (void); __attribute((dllimport)) int global_a; void dllwrite (void) { global_a = 3; exewrite (); } int _stdcall testdll_main(int p1, unsigned long p2, void* p3) { return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log