Mercurial > hg > octave-lojdl > gnulib-hg
view modules/fwritable @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | 36cb7e4a23d5 |
children |
line wrap: on
line source
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: Bruno Haible, Eric Blake