Update dependencies after rewrite.
[gnulib.git] / modules / stdio-safer
1 Description:
2 File stream functions that avoid clobbering std{in,out,err}.
3
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/fopen-safer.c
8 lib/tmpfile-safer.c
9 m4/stdio-safer.m4
10
11 Depends-on:
12 binary-io
13 unistd-safer
14
15 configure.ac:
16 gl_STDIO_SAFER
17
18 Makefile.am:
19
20 Include:
21 "stdio-safer.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert, Jim Meyering