New module 'fd-safer-flag'.
[gnulib.git] / modules / stdlib-safer
1 Description:
2 File stream functions that avoid clobbering std{in,out,err}.
3
4 Files:
5 lib/stdlib--.h
6 lib/stdlib-safer.h
7 lib/mkstemp-safer.c
8 m4/stdlib-safer.m4
9
10 Depends-on:
11 fd-safer-flag
12 mkstemp
13 stdlib
14 unistd-safer
15
16 configure.ac:
17 gl_STDLIB_SAFER
18 gl_MODULE_INDICATOR([stdlib-safer])
19
20 Makefile.am:
21
22 Include:
23 "stdlib-safer.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert, Jim Meyering