view modules/c-strcasestr @ 40209:c43e83386661

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 08 Mar 2019 09:27:47 -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