verify: new macro 'assume'
[gnulib.git] / modules / fpurge
1 Description:
2 fpurge() function: Flush buffers.
3
4 Files:
5 lib/fpurge.c
6 lib/stdio-impl.h
7 m4/fpurge.m4
8
9 Depends-on:
10 stdio
11
12 configure.ac:
13 gl_FUNC_FPURGE
14 if test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1; then
15   AC_LIBOBJ([fpurge])
16 fi
17 gl_STDIO_MODULE_INDICATOR([fpurge])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible, Eric Blake
29