repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glob: Declare variables at the very start of their scope.
[gnulib/ericb.git]
/
modules
/
freading
blob
b5c00c65d26d9ce4e47c6cc7b2f18c0ba77a5c60
1
Description:
2
freading() function: Determine whether a FILE stream is currently doing reading.
3
4
Files:
5
lib/freading.h
6
lib/freading.c
7
lib/stdio-impl.h
8
m4/freading.m4
9
10
Depends-on:
11
stdbool
12
13
configure.ac:
14
gl_FUNC_FREADING
15
16
Makefile.am:
17
lib_SOURCES += freading.c
18
19
Include:
20
"freading.h"
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
Eric Blake