Mercurial > hg > octave-lojdl > gnulib-hg
view modules/wcscasecmp @ 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 | 058c9576704e |
children |
line wrap: on
line source
Description: wcscasecmp() function: compare two wide strings ignoring case. Files: lib/wcscasecmp.c lib/wcscasecmp-impl.h m4/wcscasecmp.m4 Depends-on: wchar wctype-h [test $HAVE_WCSCASECMP = 0] configure.ac: gl_FUNC_WCSCASECMP if test $HAVE_WCSCASECMP = 0; then AC_LIBOBJ([wcscasecmp]) fi gl_WCHAR_MODULE_INDICATOR([wcscasecmp]) Makefile.am: Include: <wchar.h> License: LGPL Maintainer: Bruno Haible