Mercurial > hg > octave-nkf > gnulib-hg
view modules/memmem-simple @ 17935:0ad1f4c9eed5 default tip
tests: support stderr verification with returns_()
* tests/init.sh (returns_): Disable tracing for this wrapper
function, so that stderr of the wrapped command is unchanged,
allowing for verification of the contents.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 16 Feb 2015 17:20:39 +0000 |
parents | 577ff30eb284 |
children |
line wrap: on
line source
Description: memmem() function: locate first substring in a buffer. Files: lib/str-two-way.h lib/memmem.c m4/memmem.m4 Depends-on: extensions string stdint memchr memcmp configure.ac: gl_FUNC_MEMMEM_SIMPLE if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then AC_LIBOBJ([memmem]) fi gl_STRING_MODULE_INDICATOR([memmem]) Makefile.am: Include: <string.h> License: LGPLv2+ Maintainer: libc, Eric Blake, Simon Josefsson