repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glob: Declare variables at the very start of their scope.
[gnulib/ericb.git]
/
modules
/
fpending
blob
8dc4bee427db62ad84b26638ade0e5c0f30147e9
1
Description:
2
Determine the number of bytes waiting in the output buffer of a stream.
3
4
Files:
5
lib/fpending.h
6
lib/fpending.c
7
lib/stdio-impl.h
8
m4/fpending.m4
9
10
Depends-on:
11
12
configure.ac:
13
gl_FUNC_FPENDING
14
if test $gl_cv_func___fpending = no; then
15
AC_LIBOBJ([fpending])
16
fi
17
18
Makefile.am:
19
20
Include:
21
"fpending.h"
22
23
License:
24
GPL
25
26
Maintainer:
27
Jim Meyering