mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/string-buffer (License): Change to LGPL. * tests/test-string-buffer.c (main): Add another sb_appendf call, that is more likely to fail.
27 lines
298 B
Plaintext
27 lines
298 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:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|