view modules/freadahead @ 16029:4d5243b3434e

renameat: Optimize code size. * modules/renameat (configure.ac): Don't compile at-func2.c if REPLACE_RENAMEAT is 1.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Nov 2011 18:13:22 +0100
parents dbd1701cbcb4
children 3d02d25fa13d
line wrap: on
line source

Description:
freadahead() function: Determine the number of bytes waiting in the input
buffer of a stream.

Files:
lib/freadahead.h
lib/freadahead.c
lib/stdio-impl.h

Depends-on:

configure.ac:

Makefile.am:
lib_SOURCES += freadahead.c

Include:
"freadahead.h"

License:
LGPLv2+

Maintainer:
Bruno Haible