summaryrefslogtreecommitdiff
path: root/lib/xfreopen.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2016-08-21 05:23:24 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2016-08-21 05:23:24 +0000
commita3ec215973c3653ebdeb81dcdd1274519c376a3d (patch)
treedc0edc2133786db0565f19d51c4a9957dd69e2ac /lib/xfreopen.h
downloaddiffutils-tarball-a3ec215973c3653ebdeb81dcdd1274519c376a3d.tar.gz
Diffstat (limited to 'lib/xfreopen.h')
-rw-r--r--lib/xfreopen.h2
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);