view modules/memchr2 @ 40161:71ec1d2c1db9

gperf: Fix error when this module is required by some test module. * modules/gperf (Applicability): Set to 'all'.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 23:57:16 +0100
parents dfac57b1ec9f
children
line wrap: on
line source

Description:
memchr2() function: scan memory for the first of two bytes.

Files:
lib/memchr2.h
lib/memchr2.c
lib/memchr2.valgrind

Depends-on:
stdint
memchr

configure.ac:

Makefile.am:
lib_SOURCES += memchr2.h memchr2.c

Include:
"memchr2.h"

License:
LGPLv2+

Maintainer:
Eric Blake