1Description:
2pclose() function: close a stream to a shell command.
3
4Files:
5lib/pclose.c
6m4/pclose.m4
7
8Depends-on:
9stdio
10
11configure.ac:
12gl_FUNC_PCLOSE
13if test $HAVE_PCLOSE = 0; then
14  AC_LIBOBJ([pclose])
15  gl_PREREQ_PCLOSE
16fi
17gl_STDIO_MODULE_INDICATOR([pclose])
18
19Makefile.am:
20
21Include:
22<stdio.h>
23
24License:
25LGPL
26
27Maintainer:
28Bruno Haible
29