diff options
Diffstat (limited to 'gl/lib/xfreopen.h')
-rw-r--r-- | gl/lib/xfreopen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gl/lib/xfreopen.h b/gl/lib/xfreopen.h new file mode 100644 index 000000000..2ce49b5a4 --- /dev/null +++ b/gl/lib/xfreopen.h @@ -0,0 +1,2 @@ +#include <stdio.h> +void xfreopen (char const *filename, char const *mode, FILE *fp); |