29 lines
408 B
Plaintext
29 lines
408 B
Plaintext
Description:
|
|
Determine the number of bytes waiting in the output buffer of a stream.
|
|
|
|
Files:
|
|
lib/fpending.h
|
|
lib/fpending.c
|
|
lib/stdio-impl.h
|
|
m4/fpending.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_FPENDING
|
|
gl_CONDITIONAL([GL_COND_OBJ_FPENDING], [test $gl_cv_func___fpending = no])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FPENDING
|
|
lib_SOURCES += fpending.c
|
|
endif
|
|
|
|
Include:
|
|
"fpending.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|