repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
fdopen
blob
a1d0280934f18f3b977cdb892324c43fa15b837a
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
msvc-inval [test $REPLACE_FDOPEN = 1]
11
12
configure.ac:
13
gl_FUNC_FDOPEN
14
if test $REPLACE_FDOPEN = 1; then
15
AC_LIBOBJ([fdopen])
16
gl_PREREQ_FDOPEN
17
fi
18
gl_STDIO_MODULE_INDICATOR([fdopen])
19
20
Makefile.am:
21
22
Include:
23
<stdio.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all