Mark 'memchr' obsolete.
[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 memchr
14
15 configure.ac:
16
17 Makefile.am:
18 lib_SOURCES += c-strcasestr.h c-strcasestr.c
19
20 Include:
21 "c-strcasestr.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28