repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: Add support for OpenVMS.
[gnulib/ericb.git]
/
modules
/
fopen
blob
1bea86548455786da8b73a20bab5569f5afcc11c
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
unistd [test $REPLACE_FOPEN = 1]
12
fstat [test $REPLACE_FOPEN = 1]
13
14
configure.ac:
15
gl_FUNC_FOPEN
16
if test $REPLACE_FOPEN = 1; then
17
AC_LIBOBJ([fopen])
18
gl_PREREQ_FOPEN
19
fi
20
gl_STDIO_MODULE_INDICATOR([fopen])
21
22
Makefile.am:
23
24
Include:
25
<stdio.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all