30 lines
435 B
Plaintext
30 lines
435 B
Plaintext
Description:
|
|
mbmemcasecmp() function: case-insensitive memory area comparison.
|
|
|
|
Files:
|
|
lib/mbmemcasecmp.h
|
|
lib/mbmemcasecmp.c
|
|
|
|
Depends-on:
|
|
c32tolower
|
|
mbiterf
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbmemcasecmp.c
|
|
|
|
Include:
|
|
"mbmemcasecmp.h"
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|