Mercurial > hg > octave-lojdl > gnulib-hg
view modules/freadseek @ 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 | 83ddd76ac091 |
children | 3d02d25fa13d |
line wrap: on
line source
Description: freadseek() function: Read and discard input from a stream. Files: lib/freadseek.h lib/freadseek.c lib/stdio-impl.h Depends-on: freadahead freadptr fseeko lseek configure.ac: AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += freadseek.c Include: "freadseek.h" License: LGPLv2+ Maintainer: Bruno Haible