mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
29 lines
349 B
Plaintext
29 lines
349 B
Plaintext
Description:
|
|
mbspcasecmp() function: case-insensitive string prefix comparison.
|
|
|
|
Files:
|
|
lib/mbspcasecmp.c
|
|
m4/mbspcasecmp.m4
|
|
m4/mbrtowc.m4
|
|
|
|
Depends-on:
|
|
mbuiter
|
|
string
|
|
|
|
configure.ac:
|
|
gl_FUNC_MBSPCASECMP
|
|
gl_STRING_MODULE_INDICATOR([mbspcasecmp])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbspcasecmp.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|