wctype-h: Fix last change.
[gnulib.git] / modules / fopen
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
13 configure.ac:
14 gl_FUNC_FOPEN
15 if test $REPLACE_FOPEN = 1; then
16   AC_LIBOBJ([fopen])
17   gl_PREREQ_FOPEN
18 fi
19 gl_STDIO_MODULE_INDICATOR([fopen])
20
21 Makefile.am:
22
23 Include:
24 <stdio.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible
31