Make fflush after ungetc work on BSD platforms.
[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 lseek
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += freadseek.c
16
17 Include:
18 "freadseek.h"
19
20 License:
21 LGPL
22
23 Maintainer:
24 Bruno Haible
25