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:
bool

configure.ac:
gl_FUNC_FWRITABLE
gl_CONDITIONAL([GL_COND_OBJ_FWRITABLE], [test $ac_cv_func___fwritable = no])

Makefile.am:
if GL_COND_OBJ_FWRITABLE
lib_SOURCES += fwritable.c
endif

Include:
"fwritable.h"

License:
LGPL

Maintainer:
Eric Blake
