33 lines
481 B
Plaintext
33 lines
481 B
Plaintext
Description:
|
|
fdopen() function: open a stream with a given file descriptor.
|
|
|
|
Files:
|
|
lib/fdopen.c
|
|
m4/fdopen.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
msvc-inval [test $REPLACE_FDOPEN = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_FDOPEN
|
|
gl_CONDITIONAL([GL_COND_OBJ_FDOPEN], [test $REPLACE_FDOPEN = 1])
|
|
AM_COND_IF([GL_COND_OBJ_FDOPEN], [
|
|
gl_PREREQ_FDOPEN
|
|
])
|
|
gl_STDIO_MODULE_INDICATOR([fdopen])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FDOPEN
|
|
lib_SOURCES += fdopen.c
|
|
endif
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|