Mercurial > hg > octave-shane > gnulib-hg
diff modules/fwritable @ 8689:1476896d10ae
New module 'fwritable'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 14 Apr 2007 00:14:56 +0000 |
parents | |
children | 2c1ba629f5d5 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/fwritable @@ -0,0 +1,25 @@ +Description: +fwritable() function: Determine whether a FILE stream supports writing. + +Files: +lib/fwritable.h +lib/fwritable.c +m4/fwritable.m4 + +Depends-on: +stdbool + +configure.ac: +gl_FUNC_FWRITABLE + +Makefile.am: + +Include: +"fwritable.h" + +License: +LGPL + +Maintainer: +Bruno Haible, Eric Blake +