URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.base/] [shr2.c] - Rev 106
Go to most recent revision | Compare with Previous | Blame | View Log
#ifdef PROTOTYPES int shr2(int x) #else int shr2(x) int x; #endif { return 2*x; } #ifdef PROTOTYPES int shr2_local(int x) #else int shr2_local(x) int x; #endif { return 2*x; }
Go to most recent revision | Compare with Previous | Blame | View Log