URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.base/] [opaque1.c] - Rev 25
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 { }