mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
* 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.
27 lines
301 B
Plaintext
27 lines
301 B
Plaintext
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
|