summaryrefslogtreecommitdiff
path: root/modules/freadahead
blob: ae9c63c2f24ea7a70d849b455212463eac8b34a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
m4/freadahead.m4

Depends-on:

configure.ac:
gl_FUNC_FREADAHEAD
gl_CONDITIONAL([GL_COND_OBJ_FREADAHEAD], [test $ac_cv_func___freadahead = no])

Makefile.am:
if GL_COND_OBJ_FREADAHEAD
lib_SOURCES += freadahead.c
endif

Include:
"freadahead.h"

License:
LGPLv2+

Maintainer:
all