strftime.h: wrap funtion declaration in extern "C" block
[gnulib.git] / modules / pipe2
1 Description:
2 pipe2() function: create a pipe, with specific opening flags.
3
4 Files:
5 lib/pipe2.c
6 m4/pipe2.m4
7
8 Depends-on:
9 unistd
10 fcntl-h
11 binary-io
12
13 configure.ac:
14 gl_FUNC_PIPE2
15 gl_UNISTD_MODULE_INDICATOR([pipe2])
16
17 Makefile.am:
18 lib_SOURCES += pipe2.c
19
20 Include:
21 <unistd.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible, Eric Blake