summaryrefslogtreecommitdiff
path: root/modules/fpurge
blob: 4834e41916bd1595b48809bb54d4cdc6bb0306ea (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
30
Description:
fpurge() function: Flush buffers.

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

Depends-on:
stdio

configure.ac:
gl_FUNC_FPURGE
gl_CONDITIONAL([GL_COND_OBJ_FPURGE],
               [test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1])
gl_STDIO_MODULE_INDICATOR([fpurge])

Makefile.am:
if GL_COND_OBJ_FPURGE
lib_SOURCES += fpurge.c
endif

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Eric Blake