mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
308 B
Plaintext
26 lines
308 B
Plaintext
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:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|