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
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
fopen
blob
425cb610377ddfdf69a865ce5d8c225f39ddc854
1
Description:
2
fopen() function: open a stream to a file.
3
4
Files:
5
lib/fopen.c
6
m4/fopen.m4
7
8
Depends-on:
9
stdio
10
largefile
11
stdbool [test $REPLACE_FOPEN = 1]
12
unistd [test $REPLACE_FOPEN = 1]
13
fstat [test $REPLACE_FOPEN = 1]
14
15
configure.ac:
16
gl_FUNC_FOPEN
17
if test $REPLACE_FOPEN = 1; then
18
AC_LIBOBJ([fopen])
19
gl_PREREQ_FOPEN
20
fi
21
gl_STDIO_MODULE_INDICATOR([fopen])
22
23
Makefile.am:
24
25
Include:
26
<stdio.h>
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
all