1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-02 15:41:25 +03:00
Files
gnulib/modules/mbfile
Bruno Haible be4b03ff80 Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
only be #included conditionally.
2005-09-26 13:58:51 +00:00

30 lines
273 B
Plaintext

Description:
Multibyte character I/O.
Files:
lib/mbfile.h
m4/mbfile.m4
m4/mbrtowc.m4
Depends-on:
mbchar
stdbool
configure.ac:
gl_MBFILE
Makefile.am:
lib_SOURCES += mbfile.h
Include:
#if HAVE_MBRTOWC
#include "mbfile.h"
#endif
License:
LGPL
Maintainer:
Bruno Haible