Mercurial > hg > octave-kai > gnulib-hg
annotate modules/mbiter @ 6045:283b5e8d287a
New module 'mbiter'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 16 Aug 2005 12:08:40 +0000 |
parents | |
children | 015760832874 |
rev | line source |
---|---|
6045 | 1 Description: |
2 Iterating through multibyte strings. | |
3 | |
4 Files: | |
5 lib/mbiter.h | |
6 m4/mbiter.m4 | |
7 | |
8 Depends-on: | |
9 mbchar | |
10 stdbool | |
11 | |
12 configure.ac: | |
13 gl_MBITER | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += mbiter.h | |
17 | |
18 Include: | |
19 "mbiter.h" | |
20 | |
21 License: | |
22 LGPL | |
23 | |
24 Maintainer: | |
25 Bruno Haible | |
26 |