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