1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/memchr2
Eric Blake dcc2f67b6f memchr, memchr2: add valgrind exception
* 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>
2009-06-15 21:05:08 -06:00

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