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

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

Depends-on:
c-ctype

configure.ac:

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

Include:
"c-strcasestr.h"

License:
LGPL

Maintainer:
Bruno Haible