view modules/c-strcase @ 12302:3b1b1edbbf68

version-etc-fsf: relax license to LGPLv3+ * modules/version-etc-fsf (License): Relax license.
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Nov 2009 07:20:41 +0100
parents 8812f453e378
children
line wrap: on
line source

Description:
Case-insensitive string comparison functions in C locale.

Files:
lib/c-strcase.h
lib/c-strcasecmp.c
lib/c-strncasecmp.c

Depends-on:
c-ctype

configure.ac:

Makefile.am:
lib_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c

Include:
"c-strcase.h"

License:
LGPLv2+

Maintainer:
Bruno Haible