New module 'fdopen'.
[gnulib.git] / modules / fdopen
1 Description:
2 fdopen() function: open a stream with a given file descriptor.
3
4 Files:
5 lib/fdopen.c
6 m4/fdopen.m4
7
8 Depends-on:
9 stdio
10
11 configure.ac:
12 gl_FUNC_FDOPEN
13 if test $REPLACE_FDOPEN = 1; then
14   AC_LIBOBJ([fdopen])
15   gl_PREREQ_FDOPEN
16 fi
17 gl_STDIO_MODULE_INDICATOR([fdopen])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible