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