Mercurial > hg > octave-kai > gnulib-hg
view modules/mbiter @ 6301:015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
only be #included conditionally.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 26 Sep 2005 13:58:51 +0000 |
parents | 283b5e8d287a |
children | 4d1bebb0f82b |
line wrap: on
line source
Description: Iterating through multibyte strings. Files: lib/mbiter.h m4/mbiter.m4 m4/mbrtowc.m4 Depends-on: mbchar stdbool configure.ac: gl_MBITER Makefile.am: lib_SOURCES += mbiter.h Include: #if HAVE_MBRTOWC #include "mbiter.h" #endif License: LGPL Maintainer: Bruno Haible