mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
23 lines
281 B
Plaintext
23 lines
281 B
Plaintext
Description:
|
|
Determine the number of bytes waiting in the output buffer of a stream.
|
|
|
|
Files:
|
|
lib/__fpending.h
|
|
lib/__fpending.c
|
|
m4/fpending.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
jm_FUNC_FPENDING
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += __fpending.h
|
|
|
|
Include:
|
|
"__fpending.h"
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|