Ensure O(n) worst-case complexity of strcasestr substitute.
[gnulib.git] / modules / strcasestr
1 Description:
2 strcasestr() function: case-insensitive search for a substring in a string.
3
4 Files:
5 lib/strcasestr.c
6 m4/strcasestr.m4
7
8 Depends-on:
9 string
10 stdbool
11 strnlen
12
13 configure.ac:
14 gl_FUNC_STRCASESTR
15 gl_STRING_MODULE_INDICATOR([strcasestr])
16
17 Makefile.am:
18
19 Include:
20 <string.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27