Eric Blake wrote: > freadahead seems like the best of the alternatives to me - it conveys the > idea of how many bytes have been read ahead, so that you can guarantee > that many fgetc actions without system calls.
Agreed. I've added this module:
2007-08-19 Bruno Haible <[EMAIL PROTECTED]>
* modules/freadahead: New file.
* lib/freadahead.h: New file.
* lib/freadahead.c: New file.
* MODULES.html.sh (File stream based Input/Output): Add freadahead,
fbufmode, fpurge, freadable, fwritable.
