mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
303 B
Plaintext
26 lines
303 B
Plaintext
Description:
|
|
freadahead() function: Determine the number of bytes waiting in the input
|
|
buffer of a stream.
|
|
|
|
Files:
|
|
lib/freadahead.h
|
|
lib/freadahead.c
|
|
lib/stdio-impl.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += freadahead.c
|
|
|
|
Include:
|
|
"freadahead.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|