Enforce the use of gnulib modules for unportable <string.h> functions.
[gnulib.git] / modules / strcase
1 Description:
2 Case-insensitive string comparison functions.
3
4 Files:
5 lib/strcasecmp.c
6 lib/strncasecmp.c
7 m4/strcase.m4
8 m4/mbrtowc.m4
9
10 Depends-on:
11 mbuiter
12 string
13
14 configure.ac:
15 gl_STRCASE
16 gl_STRING_MODULE_INDICATOR([strcase])
17
18 Makefile.am:
19
20 Include:
21 <string.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible