view modules/strcasestr @ 8125:0545abcdfb09

Ensure O(n) worst-case complexity of strcasestr substitute.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Feb 2007 15:54:58 +0000
parents eff7afbafad3
children e8d8167b9164
line wrap: on
line source

Description:
strcasestr() function: case-insensitive search for a substring in a string.

Files:
lib/strcasestr.c
m4/strcasestr.m4

Depends-on:
string
stdbool
strnlen

configure.ac:
gl_FUNC_STRCASESTR
gl_STRING_MODULE_INDICATOR([strcasestr])

Makefile.am:

Include:
<string.h>

License:
LGPL

Maintainer:
Bruno Haible