git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / freopen-safer
blob91c67b6ebbdfef1d0b95fe0bd8363f915973d88f
1 Description:
2 freopen function that avoids clobbering std{in,out,err}.
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/freopen-safer.c
8 m4/stdio-safer.m4
10 Depends-on:
11 dup2
12 freopen
13 open
14 stdbool
16 configure.ac:
17 gl_FREOPEN_SAFER
18 gl_MODULE_INDICATOR([freopen-safer])
20 Makefile.am:
22 Include:
23 "stdio-safer.h"
25 License:
26 GPL
28 Maintainer:
29 Eric Blake