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