fflush: also replace fclose when fixing fflush
[pspp] / modules / fflush
1 Description:
2 Discard pending data on both input and output streams.
3
4 Files:
5 lib/fflush.c
6 lib/stdio-impl.h
7 m4/fflush.m4
8
9 Depends-on:
10 fclose
11 fpurge
12 ftello
13 freading
14 lseek
15 stdio
16 unistd
17 fseeko
18
19 configure.ac-early:
20 AC_REQUIRE([AC_FUNC_FSEEKO])
21
22 configure.ac:
23 gl_FUNC_FFLUSH
24 gl_MODULE_INDICATOR([fflush])
25 gl_STDIO_MODULE_INDICATOR([fflush])
26
27 Makefile.am:
28
29 Include:
30 <stdio.h>
31
32 License:
33 GPL
34
35 Maintainer:
36 Eric Blake