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