diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-05 01:43:15 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-02-05 01:43:15 +0000 |
commit | 521d8b29391b0fa2bd7b77bb21450a303565001c (patch) | |
tree | 3ea7ce454939bff3877740cfa0868590cb8e9c35 /modules | |
parent | 394f3c1eec28989be315087013bb6546a03d40db (diff) | |
download | gnulib-521d8b29391b0fa2bd7b77bb21450a303565001c.tar.gz |
New module 'mbscasecmp'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mbscasecmp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/mbscasecmp b/modules/mbscasecmp new file mode 100644 index 0000000000..e89948e517 --- /dev/null +++ b/modules/mbscasecmp @@ -0,0 +1,28 @@ +Description: +mbscasecmp() function: case-insensitive string comparison. + +Files: +lib/mbscasecmp.c +m4/mbscasecmp.m4 +m4/mbrtowc.m4 + +Depends-on: +mbuiter +string + +configure.ac: +gl_FUNC_MBSCASECMP +gl_STRING_MODULE_INDICATOR([mbscasecmp]) + +Makefile.am: +lib_SOURCES += mbscasecmp.c + +Include: +<string.h> + +License: +LGPL + +Maintainer: +Bruno Haible + |