verify: new macro 'assume'
[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
9 Depends-on:
10 fopen
11 unistd-safer
12
13 configure.ac:
14 gl_MODULE_INDICATOR([fopen-safer])
15
16 Makefile.am:
17 lib_SOURCES += fopen-safer.c
18
19 Include:
20 "stdio-safer.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert, Jim Meyering