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
intprops: new macro INT_PROMOTE
[gnulib.git]
/
modules
/
fpending
blob
0aa326d1b00afb34fcb8a318f7314bcb3dc9ded4
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
gl_CONDITIONAL([GL_COND_OBJ_FPENDING], [test $gl_cv_func___fpending = no])
15
16
Makefile.am:
17
if GL_COND_OBJ_FPENDING
18
lib_SOURCES += fpending.c
19
endif
20
21
Include:
22
"fpending.h"
23
24
License:
25
GPL
26
27
Maintainer:
28
Jim Meyering