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