summaryrefslogtreecommitdiff
path: root/modules/c-strcasestr
blob: f2ed9eccb692c3bf0225322013b4a3be2738c30f (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:
Efficient case-insensitive searching in a string in C locale.

Files:
lib/c-strcasestr.h
lib/c-strcasestr.c
lib/str-two-way.h

Depends-on:
c-ctype
c-strcase
stdbool
memchr
memcmp

configure.ac:

Makefile.am:
lib_SOURCES += c-strcasestr.h c-strcasestr.c

Include:
"c-strcasestr.h"

License:
LGPLv2+

Maintainer:
all