1Description:
2fopen() function: open a stream to a file.
3
4Files:
5lib/fopen.c
6m4/fopen.m4
7
8Depends-on:
9stdio
10largefile
11unistd          [test $REPLACE_FOPEN = 1]
12fstat           [test $REPLACE_FOPEN = 1]
13
14configure.ac:
15gl_FUNC_FOPEN
16if test $REPLACE_FOPEN = 1; then
17  AC_LIBOBJ([fopen])
18  gl_PREREQ_FOPEN
19fi
20gl_STDIO_MODULE_INDICATOR([fopen])
21
22Makefile.am:
23
24Include:
25<stdio.h>
26
27License:
28LGPLv2+
29
30Maintainer:
31Bruno Haible
32
33