login_tty tests: Avoid gcc warnings.
[gnulib.git] / modules / mbuiter
blob53a1d13dc817c071402d63e6912c0975565cb75e
1 Description:
2 Iterating through multibyte strings.
4 Files:
5 lib/mbuiter.h
6 lib/mbuiter.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
18 strnlen1
20 configure.ac:
21 gl_MBITER
23 Makefile.am:
24 lib_SOURCES += mbuiter.h mbuiter.c
26 Include:
27 "mbuiter.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 LGPL
37 Maintainer:
38 all