Depend on ftello.
[pspp] / 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 ftello
11 stdio
12 unistd
13
14 configure.ac:
15 gl_FUNC_FFLUSH
16 gl_STDIO_MODULE_INDICATOR([fflush])
17
18 Makefile.am:
19
20 Include:
21 <stdio.h>
22
23 License:
24 GPL
25
26 Maintainer:
27 Eric Blake