summaryrefslogtreecommitdiff
path: root/modules/c-strcasestr
blob: 9e0dc2befea0746209b7ef76cdeab76fe07a9ac6 (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
29
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:
Bruno Haible