mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
28 lines
246 B
Plaintext
28 lines
246 B
Plaintext
|
|
Description:
|
||
|
|
Buffering for multi-byte characters.
|
||
|
|
|
||
|
|
Files:
|
||
|
|
lib/mbbuf.c
|
||
|
|
lib/mbbuf.h
|
||
|
|
|
||
|
|
Depends-on:
|
||
|
|
c99
|
||
|
|
extern-inline
|
||
|
|
idx
|
||
|
|
mcel
|
||
|
|
stddef-h
|
||
|
|
|
||
|
|
configure.ac:
|
||
|
|
|
||
|
|
Makefile.am:
|
||
|
|
lib_SOURCES += mbbuf.c mbbuf.h
|
||
|
|
|
||
|
|
Include:
|
||
|
|
"mbbuf.h"
|
||
|
|
|
||
|
|
License:
|
||
|
|
LGPLv2+
|
||
|
|
|
||
|
|
Maintainer:
|
||
|
|
all
|