mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/string-buffer-reversed.h: New file, based on lib/string-buffer.h. * lib/string-buffer-reversed.c: New file, based on lib/string-buffer.c. * lib/string-buffer-reversed-printf.c: New file, based on lib/string-buffer-printf.c. * modules/string-buffer-reversed: New file.
30 lines
441 B
Plaintext
30 lines
441 B
Plaintext
Description:
|
|
A buffer that accumulates a string by piecewise concatenation,
|
|
from the end to the start.
|
|
|
|
Files:
|
|
lib/string-buffer-reversed.h
|
|
lib/string-buffer-reversed.c
|
|
lib/string-buffer-reversed-printf.c
|
|
|
|
Depends-on:
|
|
bool
|
|
attribute
|
|
string-desc
|
|
stdarg-h
|
|
vsnzprintf-posix
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += string-buffer-reversed.c string-buffer-reversed-printf.c
|
|
|
|
Include:
|
|
"string-buffer-reversed.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|