summaryrefslogtreecommitdiff
path: root/gnulib/modules/c-strcasestr
blob: 757f63ab89e9bd302f17a0c2a03f52c5b6178a76 (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:
LGPL

Maintainer:
Bruno Haible