Optimize memory allocation to use alloca when possible.
[gnulib.git] / modules / c-strcasestr
1 Description:
2 Case-insensitive searching in a string in C locale.
3
4 Files:
5 lib/c-strcasestr.h
6 lib/c-strcasestr.c
7
8 Depends-on:
9 c-ctype
10 stdbool
11 allocsa
12 strnlen
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