1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

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.
This commit is contained in:
Bruno Haible
2025-02-05 20:57:16 +01:00
parent adb68524ad
commit 17a3c9deee
5 changed files with 669 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
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