summaryrefslogtreecommitdiff
path: root/modules/strcasestr
blob: ed7dea72da879e930a70f4dbc5ee6dd6c6435b0d (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
Description:
strcasestr() function: case-insensitive search for a substring in a string.

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

Depends-on:
mbuiter
string

configure.ac:
gl_FUNC_STRCASESTR

Makefile.am:

Include:
<string.h>

License:
LGPL

Maintainer:
Bruno Haible