gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / c-strcasestr
blobf2ed9eccb692c3bf0225322013b4a3be2738c30f
1 Description:
2 Efficient case-insensitive searching in a string in C locale.
4 Files:
5 lib/c-strcasestr.h
6 lib/c-strcasestr.c
7 lib/str-two-way.h
9 Depends-on:
10 c-ctype
11 c-strcase
12 stdbool
13 memchr
14 memcmp
16 configure.ac:
18 Makefile.am:
19 lib_SOURCES += c-strcasestr.h c-strcasestr.c
21 Include:
22 "c-strcasestr.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all