1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/modules/string-buffer
Bruno Haible 75461c74dc 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.
2021-02-21 21:41:33 +01:00

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