repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
freadable
blob
35e42a88ced9e6a165f9c573a7de4cf5822af2ba
1
Description:
2
freadable() function: Determine whether a FILE stream supports reading.
3
4
Files:
5
lib/freadable.h
6
lib/freadable.c
7
lib/stdio-impl.h
8
m4/freadable.m4
9
10
Depends-on:
11
stdbool
12
13
configure.ac:
14
gl_FUNC_FREADABLE
15
if test $ac_cv_func___freadable = no; then
16
AC_LIBOBJ([freadable])
17
fi
18
19
Makefile.am:
20
21
Include:
22
"freadable.h"
23
24
License:
25
LGPL
26
27
Maintainer:
28
Eric Blake