verify: new macro 'assume'
[gnulib.git] / modules / memmem
1 Description:
2 memmem() function: efficiently locate first substring in a buffer.
3
4 Files:
5
6 Depends-on:
7 memmem-simple
8
9 configure.ac:
10 gl_FUNC_MEMMEM
11 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
12   AC_LIBOBJ([memmem])
13 fi
14
15 Makefile.am:
16
17 Include:
18 <string.h>
19
20 License:
21 LGPLv2+
22
23 Maintainer:
24 libc, Eric Blake