31 lines
416 B
Plaintext
31 lines
416 B
Plaintext
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
|