gnulib-tool.py: Prefer 'not in' over 'not ... in'.
[gnulib.git] / modules / popen-safer
blob4c43037042129e9a004f5802246bfafbabb5fd51
1 Description:
2 popen function that avoids clobbering std{in,out,err}.
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/popen-safer.c
9 Depends-on:
10 open
11 popen
12 unistd-safer
14 configure.ac:
15 gl_MODULE_INDICATOR([popen-safer])
17 Makefile.am:
18 lib_SOURCES += popen-safer.c
20 Include:
21 "stdio-safer.h"
23 License:
24 GPL
26 Maintainer:
27 Eric Blake