view modules/c-strcasestr @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
Efficient case-insensitive searching in a string in C locale.

Files:
lib/c-strcasestr.h
lib/c-strcasestr.c
lib/str-two-way.h

Depends-on:
c-ctype
c-strcase
stdbool
memchr
memcmp

configure.ac:

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

Include:
"c-strcasestr.h"

License:
LGPLv2+

Maintainer:
all