fclose: don't fail on non-seekable input stream
[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
11 fflush
12 freading
13 fseeko
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
29