summaryrefslogtreecommitdiff
path: root/modules/fdopen
blob: 4054b054da8ef8e6fbad6c0b45ebb6162c073bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
fdopen() function: open a stream with a given file descriptor.

Files:
lib/fdopen.c
m4/fdopen.m4

Depends-on:
stdio

configure.ac:
gl_FUNC_FDOPEN
if test $REPLACE_FDOPEN = 1; then
  AC_LIBOBJ([fdopen])
  gl_PREREQ_FDOPEN
fi
gl_STDIO_MODULE_INDICATOR([fdopen])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Bruno Haible