summaryrefslogtreecommitdiff
path: root/modules/freadahead
blob: ccd70fad748cef6c9cd85eb0211f4d76ef419b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
if test $ac_cv_func___freadahead = no; then
  AC_LIBOBJ([freadahead])
fi

Makefile.am:

Include:
"freadahead.h"

License:
LGPLv2+

Maintainer:
all