view modules/mbuiter @ 9363:4d4d1419d4ab

Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Oct 2007 12:51:22 +0200
parents 4d1bebb0f82b
children b10927a03d08
line wrap: on
line source

Description:
Iterating through multibyte strings.

Files:
lib/mbuiter.h
m4/mbiter.m4
m4/mbrtowc.m4

Depends-on:
mbchar
wchar
stdbool
strnlen1

configure.ac:
gl_MBITER

Makefile.am:
lib_SOURCES += mbuiter.h

Include:
#if HAVE_MBRTOWC
#include "mbuiter.h"
#endif

License:
LGPL

Maintainer:
Bruno Haible