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:
29
modules/string-buffer-reversed
Normal file
29
modules/string-buffer-reversed
Normal 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
|
Reference in New Issue
Block a user