Declare strcasestr() in the <string.h> replacement, rather than in
[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 m4/mbrtowc.m4
8
9 Depends-on:
10 mbuiter
11 string
12
13 configure.ac:
14 gl_FUNC_STRCASESTR
15
16 Makefile.am:
17
18 Include:
19 <string.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26