URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.hp/] [gdb.base-hp/] [dollar.c] - Rev 841
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