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