mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/memchr.valgrind: New file. * lib/memchr2.valgrind: New file. * modules/memchr (Files): Distribute valgrind file. * modules/memchr2 (Files): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
26 lines
285 B
Plaintext
26 lines
285 B
Plaintext
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
|