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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
freopen
blob
41236bd533786391490ec8058920371e35a14b86
1
Description:
2
freopen() function: open a stream to a file.
3
4
Files:
5
lib/freopen.c
6
m4/freopen.m4
7
8
Depends-on:
9
fcntl-h [test $REPLACE_FREOPEN = 1]
10
open [test $REPLACE_FREOPEN = 1]
11
stdio
12
largefile
13
14
configure.ac:
15
gl_FUNC_FREOPEN
16
if test $REPLACE_FREOPEN = 1; then
17
AC_LIBOBJ([freopen])
18
gl_PREREQ_FREOPEN
19
fi
20
gl_STDIO_MODULE_INDICATOR([freopen])
21
22
Makefile.am:
23
24
Include:
25
<stdio.h>
26
27
License:
28
LGPL
29
30
Maintainer:
31
all