Convert c-strcasestr to be more efficient.
[gnulib.git] / modules / c-strcasestr
1 Description:
2 Efficient case-insensitive searching in a string in C locale.
3
4 Files:
5 lib/c-strcasestr.h
6 lib/c-strcasestr.c
7 lib/str-two-way.h
8
9 Depends-on:
10 c-ctype
11 c-strcase
12 stdbool
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += c-strcasestr.h c-strcasestr.c
18
19 Include:
20 "c-strcasestr.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27