errno-h: document Haiku errors can’t be -1
[gnulib.git] / modules / mbmemcasecoll
blobd31e9c293df686bcc6908bb44759ce4953835856
1 Description:
2 mbmemcasecoll() function: locale dependent case-insensitive memory area
3 comparison.
5 Files:
6 lib/mbmemcasecoll.h
7 lib/mbmemcasecoll.c
9 Depends-on:
10 bool
11 wchar-h
12 uchar-h
13 malloca
14 mbszero
15 mbrtoc32
16 c32rtomb
17 c32tolower
18 memcmp2
19 memcoll
21 configure.ac:
23 Makefile.am:
24 lib_SOURCES += mbmemcasecoll.c
26 Include:
27 "mbmemcasecoll.h"
29 Link:
30 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
31 $(MBRTOWC_LIB)
32 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
34 License:
35 GPL
37 Maintainer:
38 all