verify: new macro 'assume'
[gnulib.git] / modules / memchr2
1 Description:
2 memchr2() function: scan memory for the first of two bytes.
3
4 Files:
5 lib/memchr2.h
6 lib/memchr2.c
7 lib/memchr2.valgrind
8
9 Depends-on:
10 stdint
11 memchr
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += memchr2.h memchr2.c
17
18 Include:
19 "memchr2.h"
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Eric Blake