Hash :
dcc2f67b
Author :
Date :
2009-06-15T11:04:21
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>
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