30 lines
443 B
Plaintext
30 lines
443 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
|
|
m4/freadahead.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_FREADAHEAD
|
|
gl_CONDITIONAL([GL_COND_OBJ_FREADAHEAD], [test $ac_cv_func___freadahead = no])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FREADAHEAD
|
|
lib_SOURCES += freadahead.c
|
|
endif
|
|
|
|
Include:
|
|
"freadahead.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|