summaryrefslogtreecommitdiff
path: root/modules/freopen
blob: 41236bd533786391490ec8058920371e35a14b86 (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
29
30
31
Description:
freopen() function: open a stream to a file.

Files:
lib/freopen.c
m4/freopen.m4

Depends-on:
fcntl-h        [test $REPLACE_FREOPEN = 1]
open           [test $REPLACE_FREOPEN = 1]
stdio
largefile

configure.ac:
gl_FUNC_FREOPEN
if test $REPLACE_FREOPEN = 1; then
  AC_LIBOBJ([freopen])
  gl_PREREQ_FREOPEN
fi
gl_STDIO_MODULE_INDICATOR([freopen])

Makefile.am:

Include:
<stdio.h>

License:
LGPL

Maintainer:
all