New private include file lib/stdio-impl.h.
[gnulib.git] / modules / freadseek
1 Description:
2 freadseek() function: Read and discard input from a stream.
3
4 Files:
5 lib/freadseek.h
6 lib/freadseek.c
7 lib/stdio-impl.h
8
9 Depends-on:
10 freadahead
11 freadptr
12 lseek
13
14 configure.ac:
15 AC_REQUIRE([AC_C_INLINE])
16
17 Makefile.am:
18 lib_SOURCES += freadseek.c
19
20 Include:
21 "freadseek.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28