git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / popen
blob75e278d8ecca2b07a5078c7ddf180ba445ffa070
1 Description:
2 popen() function: open a stream to a shell command.
4 Files:
5 lib/popen.c
6 m4/popen.m4
8 Depends-on:
9 open
10 stdio
12 configure.ac:
13 gl_FUNC_POPEN
14 gl_STDIO_MODULE_INDICATOR([popen])
16 Makefile.am:
18 Include:
19 <stdio.h>
21 License:
22 LGPL
24 Maintainer:
25 Eric Blake