Mercurial > hg > octave-lojdl > gnulib-hg
view modules/expf @ 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 | e6ff40a73d85 |
children | fdbe3125f81a |
line wrap: on
line source
Description: expf() function: exponential function. Files: lib/expf.c m4/expf.m4 Depends-on: math exp [test $HAVE_EXPF = 0] configure.ac: gl_FUNC_EXPF if test $HAVE_EXPF = 0; then AC_LIBOBJ([expf]) fi gl_MATH_MODULE_INDICATOR([expf]) Makefile.am: Include: <math.h> Link: $(EXPF_LIBM) License: LGPL Maintainer: Bruno Haible