summaryrefslogtreecommitdiff
path: root/modules/fopen
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-07 04:46:57 +0200
committerBruno Haible <bruno@clisp.org>2007-10-07 04:46:57 +0200
commit86f87b4967587bcac4fae90ee86c6fce24e3a4f3 (patch)
tree8f5b7b203e64b52cf531e5b7bf08ddbf1ae19ce3 /modules/fopen
parent77676a2d625501ec06a3c1dfb6f6db0c858b8b8c (diff)
downloadgnulib-86f87b4967587bcac4fae90ee86c6fce24e3a4f3.tar.gz
New modules 'fopen' and 'freopen'.
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
+