URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.hp/] [gdb.base-hp/] [dollar.c] - Rev 1765
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; }