summaryrefslogtreecommitdiff
path: root/modules/fpurge
blob: 241abeb2f6bfd5198f875b176fe931a56ca609df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
fpurge() function: Flush buffers.

Files:
lib/fpurge.c
lib/stdio-impl.h
m4/fpurge.m4

Depends-on:
stdio

configure.ac:
gl_FUNC_FPURGE
if test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1; then
  AC_LIBOBJ([fpurge])
fi
gl_STDIO_MODULE_INDICATOR([fpurge])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Bruno Haible, Eric Blake