strtoumax: fix typo in previous commit.
[gnulib.git] / modules / fclose
1 Description:
2 fclose() function: close a stream.
3
4 Files:
5 lib/fclose.c
6 m4/fclose.m4
7
8 Depends-on:
9 stdio
10 close           [test $REPLACE_FCLOSE = 1]
11 fflush          [test $REPLACE_FCLOSE = 1]
12 freading        [test $REPLACE_FCLOSE = 1]
13 lseek           [test $REPLACE_FCLOSE = 1]
14 msvc-inval      [test $REPLACE_FCLOSE = 1]
15
16 configure.ac:
17 gl_FUNC_FCLOSE
18 if test $REPLACE_FCLOSE = 1; then
19   AC_LIBOBJ([fclose])
20 fi
21 gl_STDIO_MODULE_INDICATOR([fclose])
22
23 Makefile.am:
24
25 Include:
26 <stdio.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Bruno Haible