unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / mbiter
blob29d217f194ce3fcc2e0623a148e2bbb1f5dbcd4d
1 Description:
2 Iterating through multibyte strings.
4 Files:
5 lib/mbiter.h
6 lib/mbiter.c
7 m4/mbiter.m4
8 m4/mbrtowc.m4
10 Depends-on:
11 extern-inline
12 mbchar
13 mbrtoc32
14 mbsinit
15 mbszero
16 uchar
17 stdbool
19 configure.ac:
20 gl_MBITER
22 Makefile.am:
23 lib_SOURCES += mbiter.h mbiter.c
25 Include:
26 "mbiter.h"
28 Link:
29 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
30 $(MBRTOWC_LIB)
31 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
33 License:
34 LGPLv2+
36 Maintainer:
37 all