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:
|
|
mbsncasecmp() function: case-insensitive string prefix comparison.
|
|
|
|
Files:
|
|
lib/mbsncasecmp.c
|
|
m4/mbsncasecmp.m4
|
|
m4/mbrtowc.m4
|
|
|
|
Depends-on:
|
|
mbuiter
|
|
string
|
|
|
|
configure.ac:
|
|
gl_FUNC_MBSNCASECMP
|
|
gl_STRING_MODULE_INDICATOR([mbsncasecmp])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsncasecmp.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|