Avoid quadratic strstr implementations.
[gnulib.git] / modules / strstr
1 Description:
2 strstr() function: efficiently locate first substring in a buffer.
3
4 Files:
5 lib/strstr.c
6 m4/strstr.m4
7
8 Depends-on:
9 string
10 stdbool
11 memchr
12 memcmp
13
14 configure.ac:
15 gl_FUNC_STRSTR
16 gl_STRING_MODULE_INDICATOR([strstr])
17
18 Makefile.am:
19
20 Include:
21 <string.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 all, Eric Blake