repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xset: New module.
[gnulib.git]
/
modules
/
freadahead
blob
ccd70fad748cef6c9cd85eb0211f4d76ef419b5f
1
Description:
2
freadahead() function: Determine the number of bytes waiting in the input
3
buffer of a stream.
4
5
Files:
6
lib/freadahead.h
7
lib/freadahead.c
8
lib/stdio-impl.h
9
m4/freadahead.m4
10
11
Depends-on:
12
13
configure.ac:
14
gl_FUNC_FREADAHEAD
15
if test $ac_cv_func___freadahead = no; then
16
AC_LIBOBJ([freadahead])
17
fi
18
19
Makefile.am:
20
21
Include:
22
"freadahead.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all