verify: new macro 'assume'
[gnulib.git] / modules / c-strcase
1 Description:
2 Case-insensitive string comparison functions in C locale.
3
4 Files:
5 lib/c-strcase.h
6 lib/c-strcasecmp.c
7 lib/c-strncasecmp.c
8
9 Depends-on:
10 c-ctype
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
16
17 Include:
18 "c-strcase.h"
19
20 License:
21 LGPLv2+
22
23 Maintainer:
24 Bruno Haible
25