summaryrefslogtreecommitdiff
path: root/modules/c-strcasestr
blob: 87d02dd55f96e6a472c86f130dbbd1bb0286b618 (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
Description:
Case-insensitive searching in a string in C locale.

Files:
lib/c-strcasestr.h
lib/c-strcasestr.c

Depends-on:
c-ctype
stdbool
allocsa
strnlen

configure.ac:

Makefile.am:
lib_SOURCES += c-strcasestr.h c-strcasestr.c

Include:
"c-strcasestr.h"

License:
LGPL

Maintainer:
Bruno Haible