Update after allocsa -> malloca renaming.
[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 malloca
12 strnlen
13
14 configure.ac:
15 gl_FUNC_STRCASESTR
16 gl_STRING_MODULE_INDICATOR([strcasestr])
17
18 Makefile.am:
19
20 Include:
21 <string.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28