Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/mbuiter @ 10560:0eefc6edf646
Tests for module 'cond'.
author | Yoann Vandoorselaere <yoann.v@prelude-ids.com> |
---|---|
date | Wed, 01 Oct 2008 03:39:40 +0200 |
parents | 4d1bebb0f82b |
children | b10927a03d08 |
rev | line source |
---|---|
6055 | 1 Description: |
2 Iterating through multibyte strings. | |
3 | |
4 Files: | |
5 lib/mbuiter.h | |
6 m4/mbiter.m4 | |
6301
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6055
diff
changeset
|
7 m4/mbrtowc.m4 |
6055 | 8 |
9 Depends-on: | |
10 mbchar | |
8922
4d1bebb0f82b
Linux uClibc built without wide character support lacks <wchar.h>.
Bruno Haible <bruno@clisp.org>
parents:
6301
diff
changeset
|
11 wchar |
6055 | 12 stdbool |
13 strnlen1 | |
14 | |
15 configure.ac: | |
16 gl_MBITER | |
17 | |
18 Makefile.am: | |
19 lib_SOURCES += mbuiter.h | |
20 | |
21 Include: | |
6301
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6055
diff
changeset
|
22 #if HAVE_MBRTOWC |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6055
diff
changeset
|
23 #include "mbuiter.h" |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6055
diff
changeset
|
24 #endif |
6055 | 25 |
26 License: | |
27 LGPL | |
28 | |
29 Maintainer: | |
30 Bruno Haible | |
31 |