Merge branch 'master' of ssh://karl@git.sv.gnu.org/srv/git/gnulib
[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
8 Depends-on:
9 freadahead
10 freadptr
11 lseek
12
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15
16 Makefile.am:
17 lib_SOURCES += freadseek.c
18
19 Include:
20 "freadseek.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27