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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
fwritable
blob
669ebf7ff986faa2c4c7368afb291b0e6c0a1daf
1
Description:
2
fwritable() function: Determine whether a FILE stream supports writing.
3
4
Files:
5
lib/fwritable.h
6
lib/fwritable.c
7
lib/stdio-impl.h
8
m4/fwritable.m4
9
10
Depends-on:
11
stdbool
12
13
configure.ac:
14
gl_FUNC_FWRITABLE
15
if test $ac_cv_func___fwritable = no; then
16
AC_LIBOBJ([fwritable])
17
fi
18
19
Makefile.am:
20
21
Include:
22
"fwritable.h"
23
24
License:
25
LGPL
26
27
Maintainer:
28
Eric Blake