summaryrefslogtreecommitdiff
path: root/modules/freopen
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freopen')
-rw-r--r--modules/freopen25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/freopen b/modules/freopen
new file mode 100644
index 0000000000..5c556e4e05
--- /dev/null
+++ b/modules/freopen
@@ -0,0 +1,25 @@
+Description:
+freopen() function: open a stream to a file.
+
+Files:
+lib/freopen.c
+m4/freopen.m4
+
+Depends-on:
+stdio
+
+configure.ac:
+gl_FUNC_FREOPEN
+gl_STDIO_MODULE_INDICATOR([freopen])
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+