URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.hp/] [gdb.base-hp/] [dollar.c] - Rev 578
Go to most recent revision | Compare with Previous | Blame | View Log
#ifdef PROTOTYPES int main (int argc, char **argv) #else main (argc, argv, envp) int argc; char **argv; #endif { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log