summaryrefslogtreecommitdiff
path: root/modules/fwritable
blob: 669ebf7ff986faa2c4c7368afb291b0e6c0a1daf (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
Description:
fwritable() function: Determine whether a FILE stream supports writing.

Files:
lib/fwritable.h
lib/fwritable.c
lib/stdio-impl.h
m4/fwritable.m4

Depends-on:
stdbool

configure.ac:
gl_FUNC_FWRITABLE
if test $ac_cv_func___fwritable = no; then
  AC_LIBOBJ([fwritable])
fi

Makefile.am:

Include:
"fwritable.h"

License:
LGPL

Maintainer:
Eric Blake