gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / fopen-safer
1 Description:
2 fopen function that avoids clobbering std{in,out,err}.
3
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/fopen-safer.c
8 m4/stdio-safer.m4
9
10 Depends-on:
11 unistd-safer
12
13 configure.ac:
14 gl_FOPEN_SAFER
15
16 Makefile.am:
17
18 Include:
19 "stdio-safer.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Paul Eggert, Jim Meyering