unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / modules / mbiter
blob0f08040e7d4f1e707f728d4f4871dbd9099e3f14
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 mbrtowc
14 mbsinit
15 wchar
16 stdbool
18 configure.ac:
19 gl_MBITER
21 Makefile.am:
22 lib_SOURCES += mbiter.h mbiter.c
24 Include:
25 "mbiter.h"
27 Link:
28 $(LIB_MBRTOWC)
30 License:
31 LGPLv2+
33 Maintainer:
34 all