sys_utsname: Add support for Minix.
[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 if test $REPLACE_FCLOSE = 1; then
18   AC_LIBOBJ([fclose])
19 fi
20 gl_STDIO_MODULE_INDICATOR([fclose])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible