malloc-h: New module.
[gnulib.git] / modules / freadahead
blobccd70fad748cef6c9cd85eb0211f4d76ef419b5f
1 Description:
2 freadahead() function: Determine the number of bytes waiting in the input
3 buffer of a stream.
5 Files:
6 lib/freadahead.h
7 lib/freadahead.c
8 lib/stdio-impl.h
9 m4/freadahead.m4
11 Depends-on:
13 configure.ac:
14 gl_FUNC_FREADAHEAD
15 if test $ac_cv_func___freadahead = no; then
16   AC_LIBOBJ([freadahead])
19 Makefile.am:
21 Include:
22 "freadahead.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all