* MODULES.html.sh (File stream based Input/Output):
[gnulib.git] / modules / fopen-safer
diff --git a/modules/fopen-safer b/modules/fopen-safer
new file mode 100644 (file)
index 0000000..137332e
--- /dev/null
@@ -0,0 +1,25 @@
+Description:
+fopen function that avoids clobbering std{in,out,err}.
+
+Files:
+lib/stdio--.h
+lib/stdio-safer.h
+lib/fopen-safer.c
+m4/stdio-safer.m4
+
+Depends-on:
+unistd-safer
+
+configure.ac:
+gl_FOPEN_SAFER
+
+Makefile.am:
+
+Include:
+"stdio-safer.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering