Unify 5 copies of the KMP code.
[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 lib/str-kmp.h
7 m4/strcasestr.m4
8
9 Depends-on:
10 string
11 stdbool
12 malloca
13 strnlen
14
15 configure.ac:
16 gl_FUNC_STRCASESTR
17 gl_STRING_MODULE_INDICATOR([strcasestr])
18
19 Makefile.am:
20
21 Include:
22 <string.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29