URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.base/] [fixsectshr.c] - Rev 227
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> static FILE *static_fun = NULL; FILE * force_static_fun (void) { return static_fun; }
Go to most recent revision | Compare with Previous | Blame | View Log