Mercurial > hg > octave-lojdl > gnulib-hg
view modules/wcsncmp @ 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 | ad61696b6087 |
children |
line wrap: on
line source
Description: wcsncmp() function: compare two wide strings. Status: obsolete Notice: This module is obsolete. Files: lib/wcsncmp.c lib/wcsncmp-impl.h m4/wcsncmp.m4 Depends-on: wchar configure.ac: gl_FUNC_WCSNCMP if test $HAVE_WCSNCMP = 0; then AC_LIBOBJ([wcsncmp]) fi gl_WCHAR_MODULE_INDICATOR([wcsncmp]) Makefile.am: Include: <wchar.h> License: LGPL Maintainer: Bruno Haible