view modules/mbuiter @ 9426:3384ef16a830

Remove some temp files leftover from tests. * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files. * modules/freadable-tests (MOSTLYCLEANFILES): Likewise. * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
author Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
date Tue, 30 Oct 2007 07:05:41 +0100
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