repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
fpurge
blob
54ab9ffd46529e620270f8385d9cead98e40ee3b
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
Eric Blake