Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / memmem
blob63bd3efce10abff6ab4421650eb9df1c6bdfb2c7
1 Description:
2 memmem() function: efficiently locate first substring in a buffer.
4 Files:
6 Depends-on:
7 memmem-simple
9 configure.ac:
10 gl_FUNC_MEMMEM
11 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
12   AC_LIBOBJ([memmem])
15 Makefile.am:
17 Include:
18 <string.h>
20 License:
21 LGPLv2+
23 Maintainer:
24 libc, Eric Blake