Mercurial > hg > octave-lojdl > gnulib-hg
view modules/freadable @ 17428:4af247cb0aef
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 07 Jun 2013 06:44:05 -0700 |
parents | 76f9d77a4915 |
children |
line wrap: on
line source
Description: freadable() function: Determine whether a FILE stream supports reading. Files: lib/freadable.h lib/freadable.c lib/stdio-impl.h m4/freadable.m4 Depends-on: stdbool configure.ac: gl_FUNC_FREADABLE if test $ac_cv_func___freadable = no; then AC_LIBOBJ([freadable]) fi Makefile.am: Include: "freadable.h" License: LGPL Maintainer: Bruno Haible, Eric Blake