URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.base/] [opaque1.c] - Rev 1767
Go to most recent revision | Compare with Previous | Blame | View Log
struct foo { int a; int b; } afoo = { 1, 2}; struct foo *getfoo () { return (&afoo); } #ifdef PROTOTYPES void putfoo (struct foo *foop) #else void putfoo (foop) struct foo *foop; #endif { }
Go to most recent revision | Compare with Previous | Blame | View Log