Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
[gnulib.git] / modules / mbuiter
1 Description:
2 Iterating through multibyte strings.
3
4 Files:
5 lib/mbuiter.h
6 m4/mbiter.m4
7 m4/mbrtowc.m4
8
9 Depends-on:
10 mbchar
11 stdbool
12 strnlen1
13
14 configure.ac:
15 gl_MBITER
16
17 Makefile.am:
18 lib_SOURCES += mbuiter.h
19
20 Include:
21 #if HAVE_MBRTOWC
22 #include "mbuiter.h"
23 #endif
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30