view modules/c-strcasestr @ 9552:6632990b0812

Override getpagesize on mingw.
author Martin Lambers <marlam@marlam.de>
date Wed, 26 Dec 2007 16:37:29 +0100
parents a162347a0232
children d722bd5e44bd
line wrap: on
line source

Description:
Case-insensitive searching in a string in C locale.

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

Depends-on:
c-ctype
stdbool
malloca
strnlen

configure.ac:

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

Include:
"c-strcasestr.h"

License:
LGPL

Maintainer:
Bruno Haible