Remove intprops dependency.
[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
8 Depends-on:
9 stdint
10 memchr
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += memchr2.h memchr2.c
16
17 Include:
18 "memchr2.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Eric Blake