mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-01 04:41:58 +03:00
26 lines
297 B
Plaintext
26 lines
297 B
Plaintext
Description:
|
|
mbsncasecmp() function: case-insensitive string prefix comparison.
|
|
|
|
Files:
|
|
lib/mbsncasecmp.c
|
|
|
|
Depends-on:
|
|
mbuiter
|
|
string
|
|
|
|
configure.ac:
|
|
gl_STRING_MODULE_INDICATOR([mbsncasecmp])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsncasecmp.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|