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

string-buffer: New module.

* lib/string-buffer.h: New file.
* lib/string-buffer.c: New file.
* modules/string-buffer: New file.
* doc/posix-functions/open_memstream.texi: Mention the new module.
This commit is contained in:
Bruno Haible
2021-02-21 21:39:07 +01:00
parent df2105c7a6
commit 75461c74dc
5 changed files with 419 additions and 0 deletions

26
modules/string-buffer Normal file
View File

@@ -0,0 +1,26 @@
Description:
A buffer that accumulates a string by piecewise concatenation.
Files:
lib/string-buffer.h
lib/string-buffer.c
Depends-on:
stdbool
attribute
stdarg
vsnprintf-posix
configure.ac:
Makefile.am:
lib_SOURCES += string-buffer.c
Include:
"string-buffer.h"
License:
LGPLv2+
Maintainer:
all