]> Git Repo - binutils.git/blame - gdb/testsuite/gdb.base/fixsectshr.c
2010-05-25 Michael Snyder <[email protected]>
[binutils.git] / gdb / testsuite / gdb.base / fixsectshr.c
CommitLineData
907fc202
UW
1#include <stdio.h>
2#include <stdlib.h>
3
4static FILE *static_fun = NULL;
5
6FILE *
7force_static_fun (void)
8{
9 return static_fun;
10}
This page took 0.567412 seconds and 4 git commands to generate.