mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
31 lines
279 B
Plaintext
31 lines
279 B
Plaintext
Description:
|
|
Multibyte character I/O.
|
|
|
|
Files:
|
|
lib/mbfile.h
|
|
m4/mbfile.m4
|
|
m4/mbrtowc.m4
|
|
|
|
Depends-on:
|
|
mbchar
|
|
wchar
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_MBFILE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbfile.h
|
|
|
|
Include:
|
|
#if HAVE_MBRTOWC
|
|
#include "mbfile.h"
|
|
#endif
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|