verify: new macro 'assume'
[gnulib.git] / modules / memmem-simple
1 Description:
2 memmem() function: locate first substring in a buffer.
3
4 Files:
5 lib/str-two-way.h
6 lib/memmem.c
7 m4/memmem.m4
8
9 Depends-on:
10 extensions
11 string
12 stdint
13 memchr
14 memcmp
15
16 configure.ac:
17 gl_FUNC_MEMMEM_SIMPLE
18 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
19   AC_LIBOBJ([memmem])
20 fi
21 gl_STRING_MODULE_INDICATOR([memmem])
22
23 Makefile.am:
24
25 Include:
26 <string.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 libc, Eric Blake, Simon Josefsson