summaryrefslogtreecommitdiff
path: root/modules/strcasestr
blob: 0fb4639c66f8bfbce837f5a3eabcce337bb47679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
strcasestr() function: case-insensitive search for a substring in a string.

Files:
lib/strcasestr.c
m4/strcasestr.m4

Depends-on:
string
stdbool
malloca
strnlen

configure.ac:
gl_FUNC_STRCASESTR
gl_STRING_MODULE_INDICATOR([strcasestr])

Makefile.am:

Include:
<string.h>

License:
LGPL

Maintainer:
Bruno Haible