Mercurial > hg > octave-lojdl > gnulib-hg
view modules/strpbrk @ 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 | ca5461c4906c |
children |
line wrap: on
line source
Description: strpbrk() function: search a string for any of a set of characters. Status: obsolete Notice: This module is obsolete. Files: lib/strpbrk.c m4/strpbrk.m4 Depends-on: string configure.ac: gl_FUNC_STRPBRK if test $HAVE_STRPBRK = 0; then AC_LIBOBJ([strpbrk]) gl_PREREQ_STRPBRK fi gl_STRING_MODULE_INDICATOR([strpbrk]) Makefile.am: Include: <string.h> License: LGPLv2+ Maintainer: Bruno Haible, glibc