Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/mbspcasecmp @ 11386:23f58a4ffca0
Followup to 2008-12-22: Remove unnecessary AC_FUNC_MBRTOWC invocations.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 10 Mar 2009 01:19:40 +0100 |
parents | a6b23644124f |
children | 1f14c6dd175d |
rev | line source |
---|---|
8159 | 1 Description: |
2 mbspcasecmp() function: case-insensitive string prefix comparison. | |
3 | |
4 Files: | |
5 lib/mbspcasecmp.c | |
6 | |
7 Depends-on: | |
8 mbuiter | |
9 string | |
10 | |
11 configure.ac: | |
12 gl_STRING_MODULE_INDICATOR([mbspcasecmp]) | |
13 | |
14 Makefile.am: | |
15 lib_SOURCES += mbspcasecmp.c | |
16 | |
17 Include: | |
18 <string.h> | |
19 | |
20 License: | |
21 LGPL | |
22 | |
23 Maintainer: | |
24 Bruno Haible | |
25 |