Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / memchr2
blob99e4b856a4e7895265684761396e9b259e12eebd
1 Description:
2 memchr2() function: scan memory for the first of two bytes.
4 Files:
5 lib/memchr2.h
6 lib/memchr2.c
7 lib/memchr2.valgrind
9 Depends-on:
10 stdint
11 memchr
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += memchr2.h memchr2.c
18 Include:
19 "memchr2.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 Eric Blake