1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/string-buffer-reversed
Bruno Haible 17a3c9deee string-buffer-reversed: New module.
* 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.
2025-02-05 21:58:25 +01:00

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