1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/fpending
Jim Meyering 3d9dacd0b6 Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
* lib/fpending.h: Rename from __fpending.h.
* lib/fpending.c: Rename from __fpending.c.
Include "fpending.h", not "__fpending.h".
* lib/__fpending.h, lib/__fpending.c: Remove files.
* modules/fpending (Files): Reflect new file names.
* lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2007-09-08 19:25:52 +00:00

24 lines
260 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:
gl_FUNC_FPENDING
Makefile.am:
Include:
"fpending.h"
License:
GPL
Maintainer:
Jim Meyering