NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[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
15 configure.ac:
16 gl_FUNC_FCLOSE
17 gl_STDIO_MODULE_INDICATOR([fclose])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible