NEWS.stable: update and finalise
[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 gl_STRING_MODULE_INDICATOR([memmem])
19
20 Makefile.am:
21
22 Include:
23 <string.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 libc, Eric Blake, Simon Josefsson